|
Linux, security encryption to transfer files between machines
scp SSH client belongs to a command
scp vsftp.conf root@192.168.1.1: / home / username // Copy the local file to /home/username/vsftp.conf vsftp.conf on the remote 192.168.1.1
scp username@192.168.1.1: / remotefile / newlocalfile // the remote file transfer to the local system
scp / downloads / * username@192.168.1.1: / upload / // make / download content transmitted to the remote machine 192.168.1.1 on existing upload directory. |
|
|
|