User Tools

Site Tools


cs101:scpfromlinux

This is an old revision of the document!


How to transfer files between Linux/Mac computers using SCP from the Command Line

This information is provided for the Ubuntu/Debian editions of Linux used in the CS Department. Other Linux versions may vary.

In Linux, you can use SCP from the command line (CLI) (the scp command) to securely copy files and directories between remote hosts without explicitly logging into the remote systems. The scp command uses SSH to transfer data, so it does requires a password or passphrase for authentication. Unlike rcp or FTP, scp encrypts both the file and any passwords exchanged so that anyone snooping on the network cannot view them.

cs101/scpfromlinux.1542132272.txt.gz · Last modified: by localadmin