The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-16-2007
frustrated1 frustrated1 is offline
Registered User
 

Join Date: Aug 2003
Location: Ireland
Posts: 269
Hi

When using scp the format should be as follows

scp <filename> user@foreignserver:<foreigndirectory>

ie..

scp test1.zip root@server1:/tmp
Reply With Quote