Syntax:
scp -r username@LOCAL_IP_ADDRESS:/SOURCE_PATH DESTINATION_PATH
Example:
scp -r tele@172.22.37.103:/home/tele/Documents/imp /var/www/html/
Above Statement Copy the Files from the IP address 172.22.37.103 of location /home/tele/Documents/imp to Destination system of /var/www/html/imp
0 Response to "Files copy Using SCP command"
Post a Comment