smbclientForum: Other Help Topics Topic: smbclient started by: arlie Posted by arlie on July 19 2005,08:51
Hi,I'm having trouble connecting to windows xp with smbclient. the syntax I used is smbclient //ibm/d -U arlie. After i enter the the passwor i get this message: tree connect failed: NT_STATUS_BAD_NETWORK_NAME I really need to conect to my win xp pc because i have some files to copy to dsl. By the way my dsl is installed on my harddrive. Posted by kopsis on July 19 2005,11:44
It sometimes helps to specify your workgroup (-W MYWORKGROUP) and even the server IP address (-I 192.168.0.???) on the smbclient command line.
Posted by greenpete on July 31 2005,22:16
I use the server I run at work to transfer files back and forth between DSL and Windows via an ftp account. Hope that's of some help? Pete Posted by cbagger01 on Aug. 01 2005,03:24
I always use the RAW numerical IP address for smbclient. The samba computer name does not always work for me.In your windows computer, go to Start -> Accessories -> Command Prompt Then type: ipconfig and write down your Windows computer's IP address. Then use these numbers instead of the computer name when using the smbclient program. |