the use of smbclient command

1. list the IP address that supporte the share file floder


   smbclient -L  192.168.2.100 -U username%password



2. like ftp tool

smbclient //192.168.2.100/temp -U username%password

3. directly use smbclient

   smbclient -c "ls" //192.168.2.100/temp -U uername%password
like:smbcllient //192.168.2.100/temp -U username%password
smb:\ls
4install a share floder

smbclient -c "share floder" //192.168.2.100/temp -U username%password

directly use smb://192.168.2.100

本文出自 “Fighting” 博客,转载请与作者联系!

你可能感兴趣的:(命令,command,职场,休闲,smbclient)