[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Automating ftp
- Subject: Re: [cobalt-users] Automating ftp
- From: "Nico Meijer" <cobalt-users@xxxxxxxxxxxxxxx>
- Date: Tue May 15 23:42:22 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Erik,
> Since a few weeks we have a cobalt raq 4 server and i know it's possible
to
> automate some tasks, but is it possible to create a script that downloads
a
> few files from an ftp server to the raq and then upload these files to
> another server? and if it's possible how do i do this?
That should very well be possible, but there's so many ways of transferring
files over a network. You could use simple ftp (tricky, haven't automated
that before), but scp or rsync thru ssh would be much better. scp/ssh allows
authentication without supplying passwords, making automation easy.
What are you options? Can you describe what setup "you" and "they" have?
Does it *have* to be ftp? Are the files always named the same?
Those kinds of questions... Nico