|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to send files ( via ssh-ftp) from one linux to another linux in cron????
how to send files ( via ssh-ftp) from one linux to another linux in cron????
so that login name , password are specified and provide in some file of one linux to another box over the internet?????????? I can schedule things and I can do ssh -ftp ( windows 98 client) but not in Linux environment.
__________________
regards, wish to use AT 89c51 single chip computer to do remote sensing and send the data back from woods to office via nokie 3330 and internet. HOW? first I must revise C program thro' example, what's next? Last edited by pentium5 : March 6th, 2002 at 06:58 PM. |
|
#2
|
|||
|
|||
|
>> from one linux to another linux in cron
Try rsync over ssh. >> password are specified and provide in some file Never store clear-text password anywhere. Chmod'ing it to -r-------- (400) is still bad. |
|
#3
|
|||
|
|||
|
read up on scp or sftp
|
|
#4
|
||||
|
||||
|
Quote:
freebsd - you rock - this one simply answer to this post has just totally saved me hours of time. seriously, thank you! for anyone looking to use rsync, its made by the same folks who do samba... check out their site rsync.samba.org |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > how to send files ( via ssh-ftp) from one linux to another linux in cron???? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|