dev-resources.site
for different kinds of informations.
Scp Cheat Sheet
Published at
5/13/2021
Categories
scp
cheatsheet
Author
hoanganhlam
Main Article
Author
11 person written this
hoanganhlam
open
Commands
$ scp file user@host:/path/to/file # copying a file to the remote system using scp command
$ scp user@host:/path/to/file /local/path/to/file # copying a file from the remote system using scp command
$ scp file1 file2 user@host:/path/to/directory # copying multiple files using scp command
$ scp -r /path/to/directory user@host:/path/to/directory # Copying an entire directory with scp command
Conditions
-r # transfer directory
-v # see the transfer details
-C # copy files with compression
-l 800 # limit bandwith with 800
-p # preserving the original attributes of the copied files
-P # connection port
-q # hidden the output
Usage
scp <options> source_path destination_path
Reference
scp Article's
18 articles in total
SCP Automation for AWS Organization
read article
Using SCP with ssh2 in Node.js Applications without SFTP
read article
Copy file between server and local machine ( from windows to linux server )
read article
How to Speed Up Large File Transfers: Tips and Tools for Faster Transfers
read article
Azure Service Principal creation step by step approach
read article
Ports for ssh, scp, rsync
read article
Transfer files to Ubuntu Linux EC2 instances using an SCP client from your computer
read article
Copy Files Compressed with Tar via ssh from and to a Linux Server
read article
Working with AWS Permission Policies
read article
ARCHIVING AND TRANSFERRING FILES
read article
Using SSH & SCP to Add Custom Remarkable Templates
read article
Scp Cheat Sheet
currently reading
Linux SCP for file transfer
read article
Remotely Edit Files on Vagrant
read article
Remotely Edit Files in Vim
read article
SCP: Sending files between servers using SSH
read article
Debugging issues with libcurl and publickey authentication
read article
SCP between two hosts with non-standard ports
read article
Featured ones: