The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-13-2005
fdarkangel's Avatar
fdarkangel fdarkangel is offline
Registered User
  
 

Join Date: Apr 2005
Location: /dev/null
Posts: 42
and as for a small example:

Code:
$ scp source/file.c remoteuser@remoteaddr:remote/dir
$ scp -r remoteuser@remoteaddr:remote/dir ~/tmp
check-out the man pages for good descriptions.