!!!Maintenance in Progress!!!

Accessing SMB Drives via the command line

December 11, 2003

Use this: smbclient “\my-windows-computer\MyFolder” -W my_domain -U xxx

where xxx is your username. -W my_domain is probably analogous to the Windows Workgroup, given the argument name (“-W”).