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