SCP [ -1246BCPQRV] [-C cipher] [-f ssh_config] [-I identity_file] [-L-limit] [-O ssh_option] [-P port] [-S program] [[[Emai] L Protected]]host1:]file1 ... [[Email Protected]]host2:]file2
DESCRIPTION:SCP copies files between hosts on a network.
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-p 22-r Test [email protected]:/var/www/upload the test directory under the current directory to the server
The/var/www/directory
refer:http://blog.csdn.net/ssihc0/article/details/7544573 edit a little bit
Download files/folders using SCP remote upload