|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
UsingSCPMain.UsingSCP HistoryHide minor edits - Show changes to output Added lines 3-10:
To use the scp command to copy directories between systems, use the following command: scp -r directory-name userid@hostname:directory-name2 To use the scp command to copy files between systems, use the following command: scp file-name1 userid@host-name:file-name2 Added lines 1-11:
%blue%scp - secure copy (remote file copy program) # scp -r ssl root@33.33.336.33:/root/ssl/ root@33.33.336.33's password: -p Preserves modification times, access times, and modes from the original file. -r Recursively copy entire directories. -v Verbose mode. |