[[2022-05-19]] <<<<<<< HEAD ==2022-05-19 11:06==
==2022-05-19 11:22==
scp –> to initiate the scp demaon/servicefile.txt –> file to send from local machine to the serveruser@ipaddress –> credential of your local machine:location/of/dir –> location where to store file.txtscp file.txt user@ipaddress:location/of/dirget to send data from server to the local machine like : get file.txt –> (file.txt should be in the server)put to upload the data from the local machine to the server like : put file2.txt –> (file2.txt should be in local machine)mput to upload the multiple data in server like upload evrything in jpg format : ``mput *.jpgmget as same as above