One Linux command per day (1): SCP command

Source: Internet
Author: User
Tags scp command

SCP commands are primarily used for the transfer of files between two servers.

1. Download files from the server
SCP [Email Protected]:/path/filename/tmp/local_destination
For example, SCP [email protected]:/home/kimi/test.txt to download the/home/kimi/test.txt file on 192.168.0.101 to/tmp/local_destination.

2. Uploading local files to the server
scp/path/local_filename [Email Protected]:/path
For example scp/var/www/test.php [email protected]:/var/www/the test.php file in the native/var/www/directory to 192.168.0.101 directory on this server.

3. Download the entire directory from the server
scp-r [Email protected]:remote_dir//tmp/local_dir
For example: scp-r [email protected]/home/kimi/test/tmp/local_dir.

4. Upload directory to server
Scp-r/tmp/local_dir [Email protected]:remote_dir
For example: scp-r test [email protected]:/var/www/to upload the test directory under the current directory to the/var/www/directory of the server.

One Linux command per day (1): SCP command

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.