How do I transfer a file using scp?



  • Use scp for a secure file transfer. As this is the first time a transfer has been done the remote host is added to the known host list.

    nodel01: scp netapps.tar [email protected]:/var/tmp/myfile.tar
    
    RSA key fingerprint in md5 is: 7e:7f:b5:8b:51:65:d5:ae:0c:78:ea:49:5a:18:b4:26
    Are you sure you want to continue connecting(yes/no)?yes
    Warning: Permanently added '10.55.45.12' (RSA) to the list of known hosts.
    [email protected]'s password:
    myfile.tar 100% |******************************************| 54060 KB 00:05
    

Log in to reply
 

© Lightnetics 2024