On Apr 22, 5:34 am, "Julian Brett" <nos...@nospamhere.com> wrote:
> Hi all.
>
> I'm attempting to script an FTP transfer on my UnixWare 7.1.4 server. I've
> written numerous FTP transfer scripts before, but haven't really approached
> it this way.
Don't do this. There are better ways to transfer files. If it must
be ftp, use Perl:
http://aplawrence.com/Unixart/perlnetftp.html
Much easier, much more control, much more reliable.