Showing posts with label scp. Show all posts
Showing posts with label scp. Show all posts

Friday, June 24, 2011

Transfer files using ssh

'scp' command to copy files and directories to the server: 

scp your_file_name login@remoteserver.com:path to copy files, 
and scp –r your_directory_name login@remoteserver.com:path to copy entire directories.