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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-04-2009
KiranKumarKarre KiranKumarKarre is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 62
File server from one server to another server

Can anyone give me complete discription of following statement as am new to Unix.

scp "file 1" "file 2" etc. remote.serverath

I want to transfer file e.g test.sh to C drive in 102.19.23.122 ,

I am tryig like
scp test.sh 102.19.23.122:C

but its not working ,