Secure file transfer using ssh
The scp command can be used to copy files securely over an insecure network. The format of the command is:
scp username@source-system:filename username@target-system:filename
See man scp for additional information.
The scp command can be used to copy files securely over an insecure network. The format of the command is:
scp username@source-system:filename username@target-system:filename
See man scp for additional information.