Displaying 1 result from an estimated 1 matches for "oesser".
Did you mean:
lesser
2004 Oct 12
0
accented letters in filenames
I am trying to connect to a samba server (hosted by a
unix platform; for which I have also ftp and telnet
access). I have problems with accents in filenames:
when I issue the command
mount -t smbfs -o
'username=oesser,password=xxxxxxxx,iocharset=iso8859-1,codepage=iso8859-1,uid=oesser,gid=oesser,dmask=700,fmask=700'
//nestor.ulb.ac.be/oesser /mnt/nestor
all works fine
but if I put
//nestor.ulb.ac.be/oesser /mnt/nestor smbfs
noauto,username=oesser,password=xxxxxxxx,iocharset=iso8859-1,codepage=iso8859-1,...