Samba client useage example

  • List shared folders on remote server
# smbclient -L //[server_name_or_ip]/ [-U login_name]
  • Browse a shared folder on remote server
# smbclient -L //[server_name_or_ip]/[folder_name] [-U login_name]
  • Mount shared folder on remote server
# smbmount //[server_name_or_ip]/[folder_name] [path_to_mount_point] [-o user=login_name]

ps. There are lots of options for smbmount, man it for more details.

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP