1scp fileName user@remoteServer:Location
[scp] Secure Copy for more on scp
By default, if we have openssh installed, we can use sftp.
Connect to a remote machine:
1sftp user@remoteServer
Once you have connected to a remote systems, you can copy files using put
For example:
sftp> put myFile
will put myFile on your local machine to the machine you are connected to.
?
.