Archives

Tags

Note to self: smbclient

List the available shares:

$ smbclient -U my_user -L samba_hostname

Choose the share you want, and connect:

$ smbclient -U my_user //samba_hostname/Share_Name

EASY! Right?

If you get "Not enough '\' characters", do not just keep adding them! You probably want to shuffle your arguments around (such as putting -L last).

To turn off those annoying prompts on an mget, just toggle it:

prompt