Tag: SCP
Total: 2 Posts
Posts of Tag: SCP
Total: 2 Posts
Posts of Tag: SCP
Using SCP to Copy and Securely Transfer Files and Folders
Using SCP to Copy and Securely Transfer Files and Folders Introduction SCP stands for Secure Copy Protocol. It is a tool that can be used to transfer files from a local host to a remote host, from a remote host...Learn MoreUnixbashSCPsshCopying a Directory with SCP
Copying a Directory with SCP The Unix command scp (which stands for "secure copy protocol") is a simple tool for uploading or downloading files (or directories) to/from a remote machine. The transfer is done on...Learn MoreUnixbashSCP