09-02-04 11:51 PM
Bryan Cummings wrote:
> I have a batch script writen in unix shell (csh) that pulls feed files
> from a remote FTP server. If that FTP server is down (or the account
> is locked), I would like to have the shell script be able to detect
> this and do some other action (connect to a secondary FTP mirror and
> send email warning).
>
> If anyone has done this before or just has an idea of how to go about
> doing this I would appreciate it.
This is what program "expect" is good for
[ Post a follow-up to this message ]
|