📄 news
字号:
* Changes in Wget 1.5.0** Wget speaks many languages!On systems with gettext(), Wget will output messages in the languageset by the current locale, if available. At this time we supportCzech, German, Croatian, Italian, Norwegian and Portuguese.** Opie (Skey) is now supported with FTP.** HTTP Digest Access Authentication (RFC2069) is now supported.** The new `-b' option makes Wget go to background automatically.** The `-I' and `-X' options now accept wildcard arguments.** The `-w' option now accepts suffixes `s' for seconds, `m' forminutes, `h' for hours, `d' for days and `w' for weeks.** Upon getting SIGHUP, the whole previous log is now copied to`wget-log'.** Wget now understands proxy settings with explicit usernames andpasswords, e.g. `http://user:password@proxy.foo.com/'.** You can use the new `--cut-dirs' option to make Wget create lessdirectories.** The `;type=a' appendix to FTP URLs is now recognized. Forinstance, the following command will retrieve the welcoming message inASCII type transfer: wget "ftp://ftp.somewhere.com/welcome.msg;type=a"** `--help' and `--version' options have been redone to to conform tostandards set by other GNU utilities.** Wget should now be compilable under MS Windows environment. MSVisual C++ and Watcom C have been used successfully.** If the file length is known, percentages are displayed duringdownload.** The manual page, now hopelessly out of date, is no longerdistributed with Wget.* Wget 1.4.5 is a bugfix release with no user-visible changes.* Wget 1.4.4 is a bugfix release with no user-visible changes.* Changes in Wget 1.4.3** Wget is now a GNU utility.** Can do passive FTP.** Reads .netrc.** Info documentation expanded.** Compiles on pre-ANSI compilers.** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).** Lots of bugfixes.* Changes in Wget 1.4.2** New mirror site at ftp://sunsite.auc.dk/pub/infosystems/wget/,thanks to Karsten Thygesen.** Mailing list! Mail to wget-request@sunsite.auc.dk to subscribe.** New option --delete-after for proxy prefetching.** New option --retr-symlinks to retrieve symbolic links like plainfiles.** rmold.pl -- script to remove files deleted on the remote server** --convert-links should work now.** Minor bugfixes.* Changes in Wget 1.4.1** Minor bugfixes.** Added -I (the opposite of -X).** Dot tracing is now customizable; try wget --dot-style=binary* Changes in Wget 1.4.0** Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite ofGeturl. Although many things look suspiciously similar, most of thestuff was rewritten, like recursive retrieval, HTTP, FTP and mostlyeverything else. Wget should be now easier to debug, maintain and,most importantly, use.** Recursive HTTP should now work without glitches, even with Locationchanges, server-generated directory listings and other naughty stuff.** HTTP regetting is supported on servers that support Rangespecification. WWW authorization is supported -- trywget http://user:password@hostname/** FTP support was rewritten and widely enhanced. Globbing should nowwork flawlessly. Symbolic links are created locally. All theinformation the Unix-style ls listing can give is now recognized.** Recursive FTP is supported, e.g. wget -r ftp://gnjilux.cc.fer.hr/pub/unix/util/** You can specify "rejected" directories, to which you do not want toenter, e.g. with wget -X /pub** Time-stamping is supported, with both HTTP and FTP. Try wget -N URL.** A new texinfo reference manual is provided. It can be read withEmacs, standalone info, or converted to HTML, dvi or postscript.** Fixed a long-standing bug, so that Wget now works over SLIPconnections.** You can have a system-wide wgetrc (/usr/local/lib/wgetrc bydefault). Settings in $HOME/.wgetrc override the global ones, ofcourse :-)** You can set up quota in .wgetrc to prevent sucking too muchdata. Try `quota = 5M' in .wgetrc (or quota = 100K if you want yoursysadmin to like you).** Download rate is printed after retrieval.** Wget now sends the `Referer' header when retrievingrecursively.** With the new --no-parent option Wget can retrieve FTP recursivelythrough a proxy server.** HTML parser, as well as the whole of Wget was rewritten to be muchfaster and less memory-consuming (yes, both).** Absolute links can be converted to relative links locally. Checkwget -k.** Wget catches hangup, filtering the output to a log file andresuming work. Try kill -HUP %?wget.** User-defined headers can be sent. Try wget http://fly.cc.her.hr/ --header='Accept-Charset: iso-8859-2'** Acceptance/Rejection lists may contain wildcards.** Wget can display HTTP headers and/or FTP server response with thenew `-S' option. It can save the original HTTP headers with `-s'.** socks library is now supported (thanks to Antonio Rosella<Antonio.Rosella@agip.it>). Configure with --with-socks.** There is a nicer display of REST-ed output.** Many new options (like -x to force directory hierarchy, or -m toturn on mirroring options).** Wget is now distributed under GNU General Public License (GPL).** Lots of small features I can't remember. :-)** A host of bugfixes.* Changes in Geturl 1.3** Added FTP globbing support (ftp://fly.cc.fer.hr/*)** Added support for no_proxy** Added support for ftp://user:password@host/** Added support for %xx in URL syntax** More natural command-line options** Added -e switch to execute .geturlrc commands from the command-line** Added support for robots.txt** Fixed some minor bugs* Geturl 1.2 is a bugfix release with no user-visible changes.* Changes in Geturl 1.1** REST supported in FTP** Proxy servers supported** GNU getopt used, which enables command-line arguments to be orderedas you wish, e.g. geturl http://fly.cc.fer.hr/ -vo log is the same asgeturl -vo log http://fly.cc.fer.hr/** Netscape-compatible URL syntax for HTTP supported: host[:port]/dir/file** NcFTP-compatible colon URL syntax for FTP supported: host:/dir/file** <base href="xxx"> supported** autoconf supported----------------------------------------------------------------------Copyright information:Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the copyright notice and this permission notice are preserved, thus giving the recipient permission to redistribute in turn. Permission is granted to distribute modified versions of this document, or of portions of it, under the above conditions, provided also that they carry prominent notices stating who last changed them.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -