I am trying to run FTP with a fixed script from cron, to bring my mail
spool home over a SLIP line. The problem, of course, is that my
/usr/ucb/ftp (and most others I have seen) cannot source either a here
document or an executable shell from the command line. Does anyone know a
simple way (without getting too deeply into perl or tcl or whatnot) to
make ftp do automatically what it would do by hand if I typed:
open foo.brown.edu
username burton
password XXXXXXXX
cd ~/somewhere
mget stuff
bye
Please reply by mail---I'll summarize. Thanks!