]> sjero.net Git - wget/blobdiff - doc/wget.info-1
[svn] Manually applied Rob Mayoff <mayoff@dqd.com>'s patch (vs. 1.5.3, not 1.5.3...
[wget] / doc / wget.info-1
index a2c9796088f11b64294b12f301ac4b08c50fa1ef..75f49368b3e453c2bee026642784d7e0927d0286 100644 (file)
@@ -347,6 +347,12 @@ File: wget.info,  Node: Download Options,  Next: Directory Options,  Prev: Loggi
 Download Options
 ================
 
+`--bind-address=ADDRESS'
+     When making client TCP/IP connections, `bind()' to ADDRESS on the
+     local machine.  ADDRESS may be specified as a hostname or IP
+     address.  This option can be useful if your machine is bound to
+     multiple IPs.
+
 `-t NUMBER'
 `--tries=NUMBER'
      Set number of retries to NUMBER.  Specify 0 or `inf' for infinite
@@ -590,10 +596,10 @@ HTTP Options
      If a file of type `text/html' is downloaded and the URL does not
      end with the regexp "\.[Hh][Tt][Mm][Ll]?", this option will cause
      the suffix `.html' to be appended to the local filename.  This is
-     useful, for instance, when you're you're mirroring a remote site
-     that uses `.asp' pages, but you want the mirrored pages to be
-     viewable on your stock Apache server.  Another good use for this
-     is when you're downloading the output of CGIs.  A URL like
+     useful, for instance, when you're mirroring a remote site that uses
+     `.asp' pages, but you want the mirrored pages to be viewable on
+     your stock Apache server.  Another good use for this is when you're
+     downloading the output of CGIs.  A URL like
      `http://site.com/article.cgi?25' will be saved as
      `article.cgi?25.html'.
 
@@ -689,11 +695,6 @@ HTTP Options
      this option is discouraged, unless you really know what you are
      doing.
 
-     *NOTE* that Netscape Communications Corp. has claimed that false
-     transmissions of `Mozilla' as the `User-Agent' are a copyright
-     infringement, which will be prosecuted.  *DO NOT* misrepresent
-     Wget as Mozilla.
-
 \1f
 File: wget.info,  Node: FTP Options,  Next: Recursive Retrieval Options,  Prev: HTTP Options,  Up: Invoking
 
@@ -761,13 +762,19 @@ Recursive Retrieval Options
 `--delete-after'
      This option tells Wget to delete every single file it downloads,
      *after* having done so.  It is useful for pre-fetching popular
-     pages through proxy, e.g.:
+     pages through proxy, e.g.:
 
           wget -r -nd --delete-after http://whatever.com/~popular/page/
 
-     The `-r' option is to retrieve recursively, and `-nd' not to
+     The `-r' option is to retrieve recursively, and `-nd' to not
      create directories.
 
+     Note that `--delete-after' deletes files on the local machine.  It
+     does not issue the `DELE' command to remote FTP sites, for
+     instance.  Also note that when `--delete-after' is specified,
+     `--convert-links' is ignored, so `.orig' files are simply not
+     created in the first place.
+
 `-k'
 `--convert-links'
      Convert the non-relative links to relative ones locally.  Only the
@@ -856,7 +863,7 @@ Recursive Retrieval Options
      displays properly locally, this author likes to use a few options
      in addition to `-p':
 
-          wget -H -k -K -nh -p http://SITE/DOCUMENT
+          wget -E -H -k -K -nh -p http://SITE/DOCUMENT
 
      To finish off this topic, it's worth knowing that wget's idea of an
      external document link is any URL specified in an `<A>' tag, an