#495
[Unix] SCP Command line
Copy single file from Server1 to Server2:
scp Login1@Server1:path/to/file1 Login2@Server2:path/to/file2
Copy a file from current directory to Server2 :
scp FileToCopy login@Server2:path/to
Copy a directory (and sub directory) to another server
scp -r Directory login@Server:path/to
to specify a port on destination server, add the following parameters :
-P XX
Example :
scp -P XXX FileToCopy login@Server2:path/to
[Web] Image & Text Generator for Web Design [WordPress] Setting Proper WordPress Unix Permissions
Comments are currently closed.