home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 May / PCO_5_97.ISO / FilesBBS / OS2 / GNUWGET.ARJ / GNUWGET.ZIP / wget-1.4.3 / util / README < prev    next >
Encoding:
Text File  |  1997-01-18  |  837 b   |  29 lines

  1.                                                            -*- text -*-
  2.  
  3. This directory contains various optional utilities to help you use
  4. Wget.
  5.  
  6.  
  7. Socks:
  8. ======
  9. Antonio Rosella <antonio.rosella@agip.it> has written a sample HTML
  10. frontend and a Perl script to demonstrate usage of socksified Wget as
  11. web retriever.
  12.  
  13. To configure Wget to use socks, do a
  14. $ ./configure --with-sox.
  15.  
  16. download.html and download-netscape.html are examples of how you can
  17. use socksified Wget to schedule the WWW requests.  wget.cgi is a
  18. CGI Perl script used in conjunction with download.html, which
  19. schedules request using the "at" command.
  20.  
  21. To get the script, contact Antonino.
  22.  
  23. rmold.pl
  24. ========
  25. This Perl script is used to check which local files are no longer on
  26. the remote server.  You can use it to get the list of files, or
  27. $ rmold.pl [dir] | xargs rm
  28.  
  29.