home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d479 / uucp / uucp113.1.lzh / uucp1 / sc / rhelp < prev    next >
Text File  |  1991-02-04  |  787b  |  28 lines

  1. .bra {
  2. .ket }
  3.  
  4. ;   Script to retrieve one or more directories from remote FTP sites
  5. ;   via the BITFTP server at princeton, example:
  6. ;
  7. ;   RLS uunet.uu.net amiga-sources amiga-sources/dillon
  8.  
  9. echo "This will queue a HELP request to the BITFTP server at princeton"
  10. echo "resulting in princeton returning, via email to 'root' a help file"
  11. echo "on how to use it.  This can take a few days.  If you never get a"
  12. echo "response then it's response probably bounced and you will have to"
  13. echo "get yourself a full .US domain entry to make it work right"
  14. echo "--"
  15. echo ""
  16.  
  17. echo >t:help.tmp "To: bitftp@pucc.princeton.edu"
  18. echo >>t:help.tmp "Subject: HELP"
  19. echo >>t:help.tmp ""
  20. echo >>t:help.tmp "HELP"
  21. cat t:help.tmp
  22. ask "OK?"
  23. if WARN
  24. sendmail <t:ls.tmp -f root
  25. endif
  26. delete t:help.tmp QUIET
  27.  
  28.