smbclient is a command line utility that is installed by default in Ubuntu. Below is an example :
smbclient -W workgroup_name -U user_name //a.b.c.d/folder_name
Then you will be prompted with your password...
The command syntax is very similar with ftp, so you could do : lcd, prompt, and mget...
No comments:
Post a Comment