File Transfer
Linux uses scp, sftp, rsync, and other tools for transferring files over the network.
Copy file over SSH
Input:
scp file.txt user@192.168.1.20:/tmp/
No output on success.
References:
Linux uses scp, sftp, rsync, and other tools for transferring files over the network.
Input:
scp file.txt user@192.168.1.20:/tmp/
No output on success.
References: