[Tux Gif]
 Linux System Administration

SSH - Secure Shell


SSH File Transfer Clients
scp file-to-be-copied-location location-to-copy-file

Fig 1

scp test1.txt  jwagner@198.94.134.22:/home/jwagner/

This command will take the local file test1.txt and place it on the remote machine in the directory /home/jwagner


scp jwagner@198.94.134.22:/home/jwagner/report.txt .

This command will take the file from the remote machine and place it in the current directory .

scp user1@host1:file  user2@host2:dir


Prev                Page 9                Next