smbclient (mount, Windows XP, SFS, file sharing)
By jeltsch on Wed, 04/04/2007 - 21:56Since I always use some GUIs, I don't really remember anymore how to connect to a Windows machine via the command line. smbclient -L windowshost
shows you the shares that are available. Often, you you cannot browse them without a login/password for that windows machine, therefore you need to type smbclient -L windowshost -U username
And occasionally the netbios name doesn't work either and you need to replace it by the IP address.