| 
| 
|  www.fromthevalley.com.au
 |  |  |  
|  | 
 SCP CommandExamplesCopy the file "foobar.txt" from a remote host to the local hostCopy the file "foobar.txt" from the local host to a remote hostCopy the directory "foo" from the local host to a remote host's directory "bar"Copy the file "foobar.txt" from remote host "rh1.edu" to remote host "rh2.edu"Copying the files "foo.txt" and "bar.txt" from the local host to your home directory on the remote hostCopy the file "foobar.txt" from the local host to a remote host using port 2264Copy multiple files from the remote host to your current directory on the local host$ scp [email protected]:~/\{foo.txt,bar.txt\} . |  |  |