Download files/folders using SCP remote upload

Source: Internet
Author: User

Using SCP to transfer files

1. Download files from the server
SCP [Email Protected]:/path/filename/tmp/local_destination
For example SCP [email protected]:/home/kimi/test.txt put 192.168.0.101 on the/home/kimi/test.txt
Download the file 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
Upload to the/var/www/directory on the 192.168.0.101 server

3. Download the entire directory from the server
scp-r [Email protected]:remote_dir//tmp/local_dir
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/upload the test directory under the current directory to the server

The/var/www/directory

Using SCP to transfer files

1. Download files from the server
SCP [Email Protected]:/path/filename/tmp/local_destination
For example SCP [email protected]:/home/kimi/test.txt put 192.168.0.101 on the/home/kimi/test.txt
Download the file 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
Upload to the/var/www/directory on the 192.168.0.101 server

3. Download the entire directory from the server
scp-r [Email protected]:remote_dir//tmp/local_dir
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/upload the test directory under the current directory to the server

The/var/www/directory

Download files/folders using SCP remote upload

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.