LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   SFTP Script (https://www.linuxquestions.org/questions/linux-general-1/sftp-script-588088/)

chnlinux 09-28-2007 04:59 PM

SFTP Script
 
HI ,

I need an sftp script to get the file from the destiantion server to source server.Could any help me in this by providing any script that was previously used for the same kind of environment

Thanks in advance.

Regs/Chn

Berhanie 09-28-2007 05:33 PM

Code:

scp  src.domain.com:/path/to/file  dst.domain.com:/path/to/destination
You'll have to generate keys so as to avoid password.


All times are GMT -5. The time now is 01:24 PM.