home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / internet / ameol / ameolnt / ftpbatch.sc_ / ftpbatch.sc
Text File  |  1995-04-04  |  630b  |  17 lines

  1. REM FTPBATCH.SCR v1.12 "Get batched FTP file from a site"
  2. REM Contributed by mentha@cix
  3. REM Ameol script to obtain a single file offline from an FTP site.
  4. REM If successful, it stores the file in your Cix ip> directory.
  5. REM A status file BATCHFTP.REP is always also created. 
  6. REM +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7. status "Requesting Batched FTP file..."
  8. put "run internet"
  9. if waitfor( "M:", "ip>" ) == 1
  10. put "batchftp %s('BatchFTP','Enter FTP site name:') %s('BatchFTP','Enter full path and filename:\n(e.g. /pub/news.txt)')"
  11. waitfor "ip>"
  12. put "quit"
  13. waitfor "M:"
  14. endif
  15. status ""
  16. end
  17.