Thread: safe file copy
View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 06:19 AM
Larry Anta
 
Posts: n/a
Default Re: safe file copy

Consider scp (SSH's secure copy), with host keys.

<bfay@deepcosmos.ca> wrote in message
news:1113498739.862324.317260@l41g2000cwc.googlegr oups.com...
> Hello Group,
>
> Is there a way to transfer a file between systems automatically?
> What I need is a script started by cron. This script would be run at
> night to transfer a file to another system. I could have wrote a
> script using rcp and .rhosts but I don't find it secure enough.
>
> Any suggestion?
>
> my platform is AIX 5.2.
>
> thanks,
> Bernard
>



Reply With Quote