Skip to content

SCP🔗

Transfer with SCP🔗

SCP is the Secure Copy command. It uses your SSH connection to transfer files.

Bash
scp sshUser1:/files/file.txt user2@host2.com:/files

Compress and Uncompress🔗

Bash
# Compress Directory Recursively 
zip -r backup.zip the_folder_name/

Last update: June 7, 2023
Created: June 7, 2023