Use ssh to transfer files,

Source: Internet
Author: User

Use ssh to transfer files,

Prerequisites:

The server must enable the write permission;

Scp packages must be installed both locally and on the server;

 

How to transmit:

1. download files from the server;

Scp username @ servername: remote directory/local directory of file name

Example: scp root@192.168.0.101:/var/www/test.txt/var/www/local_dir

(Download the/var/www/test.txt file on 192.168.0.101 to the local directory/var/www/local_dir)

 

2. Download the directory from the server;

Scp-r username @ servername: local directory of the remote directory

Example: scp-r root@192.168.0.101:/var/www/test/var/www/

(Download the/var/www/test directory on 192.168.0.101 to the local directory/var/www)

 

3. upload local files to the target server;

Scp/local directory/file name username @ servername: remote directory

Example: scp/var/www/test.txt root@192.168.0.101:/var/www/

(Upload the test.txt file under the local directory/var/www/to the/var/www/directory at 192.168.0.101)

 

4. Upload the local directory to the target server;

Scp-r local directory username @ servername: remote directory

Example: scp-r/var/www/local_dir root@192.168.0.101:/var/www/

(Upload the local directory/var/www/local_dir to the/var/www/directory on the server)

 

Reference link:

JiangYao's Blog

 

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.