The UNIX and Linux Forums  

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



Thread: scp
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-10-2002
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
You almost have it.

Doing it your way you should have ended up with a file called mycomp.company.org (using scp filename mycomp.company.org )

Try this instead:
scp filename mycomp.company.org:

You have to put the colon in to let it know that is a system instead of a file name.