Reuben D. Budiardja wrote:
> Hi,
> I am trying to use FTP to backup my files to another machine. I want this to 
> be automated via cron, so I need a 'non-interactive' way. What can I use to 
> do this, and how? 
> I've looked through the man page for ftp and ncftp, but have not found the 
> non-interactive way, so that I can just put in one command to copy files.
> 
> Thanks for any help.
> Reuben D. Budiardja
> 
> 
> 
> 

Hi,

Make a text file with something like this:
open server.name.com
user username password
put filename1

-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to