]> 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 999a734bdcdcb513c9efbd4cf0e4d36da53b0fcd..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
@@ -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