Smbclient How to use

Source: Internet
Author: User
Tags ftp commands ftp client

1, list the shared folders provided by an IP address smbclient-l 198.168.0.1-u Username%password 2, use smbclient like FTP client smbclient//192.168.0.1/tmp-u usernameAfter the successful execution of the smbclient command, enter the smbclient environment, and a prompt appears: smb:\> There are many commands similar to FTP commands, such as CD, LCD, GET, megt, put, mput, etc. With these commands, we can access the shared resources of the remote host. 3, direct one-time use smbclient command smbclient-c "ls"//192.168.0.1/tmp-u Username%password and Smbclient//192.168.0.1/tmp-u username%p Asswordsmb:\>ls features the same example, create a shared folder Smbclient-c "MkDir share1"//192.168.0.1/tmp-u Username%password if the user shares// The 192.168.0.1/tmp way is read-only and will prompt nt_status_access_denied making remote directory \share1
4, in addition to using smbclient, you can mount remote shared folders via mount and Smbcount mount-t smbfs-o username=administrator,password=123456//192.168.0.1/ Tmp/mnt/tmpsmbmount//192.168.0.1/tmp/mnt/tmp-o Username=administrator

Smbclient How to use

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.