Secure transfer File on Linux – SCP and RSYNC
Feb 2nd, 2009 | By Rio Yotto | Category: Tips & TrickThe command to secure copy a file in linux is scp.
How do I copy a file from one computer to another?
The general form is:
# scp source target
an example:
