SCP Enviar archivo
scp ./file.txt remote_username@remote_ip:/remote/directory
PandaNïrio
scp ./file.txt remote_username@remote_ip:/remote/directory
scp -r [email protected]:/path/to/foo /home/user/Desktop/
scp file.txt [email protected]:/remote/directory
scp path/to/source.txt user@localhost:path/to/destinationFolder
# To scp a file to the Desktop directory within your home directory type:
scp -P 2500 file_name.txt ece373@localhost:Desktop/
# To scp a file from your VM to your desktop type:
scp -P 2500 ece373@localhost:Desktop/file_name.txt file_name.txt