The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: file transfer
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-27-2007
srikanthus2002's Avatar
srikanthus2002 srikanthus2002 is offline
Registered User
 

Join Date: Sep 2006
Location: Can u guess...!
Posts: 160
you can use rcp command

rcp file_name server_name(or IP address):/home/path
Reply With Quote