Hi, After installing samba with conf. attached below, I connected from XP Home ed. I can browse the directory public, but when I tried to copy some files in public to my local XP directory, it failed with 'wrong network path'. What happened?
/etc/samba/smb.conf [global] workgroup = WORKGROUPserver string = Samba Server %v log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 interfaces = lo ath0 bind interfaces only = yes security = share guest account = samba guest ok = yes[public] comment = Public Files browseable = yes public = yes create mode = 0766 guest ok = yes path = /home/samba/public Thanks -- [email protected] mailing list

