Transfer files to Remote server using SCP commands
Pulling files from server to local machine
1. Cd /home/manoj/workingdir2. scp -r username@198.168.0.138:/var/www
3. password :*******
-r Recursively copy entire directories
Transfer file from local machine to server
1. Cd /home/manoj/workingdir2. scp filename.php username@198.168.0.138:/var/www
3. password :*******
Comments
Post a Comment