home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / admin / 4300 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.6 KB

  1. Path: sparky!uunet!munnari.oz.au!network.ucsd.edu!ogicse!qiclab!nosun!techbook!jamesd
  2. From: jamesd@techbook.com (James Deibele)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: anonymous ftp script..
  5. Message-ID: <1992Jul23.051134.26068@techbook.com>
  6. Date: 23 Jul 92 05:11:34 GMT
  7. Article-I.D.: techbook.1992Jul23.051134.26068
  8. References: <1992Jul21.161626@ece.arizona.edu>
  9. Distribution: world,local
  10. Organization: TECHbooks of Beaverton Oregon - Public Access Unix
  11. Lines: 20
  12.  
  13. mshah@ece.arizona.edu (Munil A. Shah) writes:
  14. >    I want to transfer many files by anonymous ftp. And I want to do
  15. >it during the night by running a script. I am really poor with writing
  16. >a script. How can I specify ftp commands(login name,password,get,etc..)
  17. >in the script so that they should go run on ftp prompt and not on the shell
  18. >prompt.?
  19.  
  20. Check out "autoftp", "batchftp" and "bftp".  I got mine from
  21. oak.oakland.edu.  They do a really nice job of describing the files
  22. available in their archives.  autoftp only works with them, batchftp is
  23. a modfied version that works with other machines, and bftp looks very
  24. BSD-ish (ULTRIX and SUNOS as OS choices).  Try archie for other
  25. locations if you can't get to oakland.edu.
  26.  
  27. They didn't have the other part that I wanted, which was a front end
  28. that would take in requests from users and a back end that would notify
  29. them when the file arrived, but I guess I can write that ... The idea is
  30. to offload ftp transfers until the middle of the night since we (1) have
  31. mostly dialup users who have to wait for ftp to finish, then download it
  32. to their local system and (2) we have a slow link.
  33.