scp

Get Started With Scp

scp is a secure way of transferring files from one computer to another. It uses ssh to transfer files, safely and securely. In order to transfer files from one computer to another, type the following command: scp /location/of/the/file username@ip_address_of_remote_computer:/location For example: scp …