.bra {
.ket }

;   Script to retrieve one or more directories from remote FTP sites
;   via the BITFTP server at princeton, example:
;
;   RLS uunet.uu.net amiga-sources amiga-sources/dillon

echo "This will queue a HELP request to the BITFTP server at princeton"
echo "resulting in princeton returning, via email to 'root' a help file"
echo "on how to use it.  This can take a few days.  If you never get a"
echo "response then it's response probably bounced and you will have to"
echo "get yourself a full .US domain entry to make it work right"
echo "--"
echo ""

echo >t:help.tmp "To: bitftp@pucc.princeton.edu"
echo >>t:help.tmp "Subject: HELP"
echo >>t:help.tmp ""
echo >>t:help.tmp "HELP"
cat t:help.tmp
ask "OK?"
if WARN
sendmail <t:ls.tmp -f root
endif
delete t:help.tmp QUIET

