fmII
Mon, Jul 07th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 12:59 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 GNU Wget 1.8.2 (Default)
Sections: Mac OS X, Unix

 

Added: Sat, Feb 7th 1998 07:54 UTC (10 years, 5 months ago) Updated: Mon, Jun 30th 2008 05:56 UTC (7 days ago)


Screenshot About:
GNU Wget is a utility for noninteractive download of files from the Web. It supports HTTP and FTP protocols, as well as retrieval through HTTP proxies. It can follow HTML links, download many pages, and convert the links for local viewing. It can also mirror FTP hierarchies or only those files that have changed. Wget has been designed for robustness over slow network connections; if a download fails due to a network problem, it will keep retrying until the whole file has been retrieved.

Release focus: Minor bugfixes

Changes:
This is a bugfix release with almost no user-visible changes.

Author:
Micah J. Cowan [contact developer]

Rating:
8.68/10.00 (82 votes)

Homepage:
http://www.gnu.org/software/wget/
Tar/GZ:
http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
Tar/BZ2:
http://ftp.gnu.org/gnu/wget/wget-latest.tar.bz2
Changelog:
http://hg.addictivecode.org/wget/1.11/raw-file/1.11.4/NEWS
CVS tree (cvsweb):
http://hg.addictivecode.org/
Bug tracker:
http://savannah.gnu.org/bugs/index.php?group=wget
Mailing list archive:
http://www.mail-archive.com/wget%40sunsite.dk/

Trove categories: [change]
[Development Status]  6 - Mature
[Environment]  Console (Text Based)
[Intended Audience]  Developers, End Users/Desktop, System Administrators
[License]  OSI Approved :: GNU General Public License (GPL), OSI Approved :: GNU General Public License v3
[Operating System]  MacOS X, Microsoft :: Windows, OS/2, POSIX
[Programming Language]  C
[Topic]  Internet :: File Transfer Protocol (FTP), Internet :: WWW/HTTP :: Browsers, Internet :: WWW/HTTP :: Site Management :: Link Checking

Dependencies: [change]
OpenSSL (Default branch) (recommended)
[download links]

 
Project admins: [change]
» Micah J. Cowan (Owner)

» Rating: 8.68/10.00 (Rank 151)
» Vitality: 3.58% (Rank 137)
» Popularity: 17.73% (Rank 64)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 133,223
   URL hits: 149,913
   Subscribers: 421

Projects depending on this project:
mpkg
ova
SAVget
phpKisMapper
Kslackcheck
(Note: 40 projects depend on this one. The ones displayed are picked by a randomizer.)


Other projects from the same categories:
curl and libcurl
Nephthys
Televideo RAI Ultim'ora Retriever
Apokalyptik PHP FTP Indexer
NcFTP Client

Users who subscribed to this project also subscribed to:
sudo
CVS
DotGNU Portable.NET
Nmap Security Scanner
Vim


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.11.4 30-Jun-2008 GNU General Public License v3 Homepage Tar/GZ Changelog

 Releases

Version Focus Date
1.11.4 Minor bugfixes 30-Jun-2008 05:56
1.11.3 N/A 29-May-2008 12:35
1.11.2 Minor bugfixes 01-May-2008 06:17
1.11.1 Major bugfixes 25-Mar-2008 09:08
1.11 Minor feature enhancements 26-Jan-2008 23:35
1.10.2 Major security fixes 13-Oct-2005 10:02
1.10.1 Minor bugfixes 17-Aug-2005 20:58
1.10 Major feature enhancements 10-Jun-2005 23:36
1.9.1 Minor bugfixes 14-Nov-2003 04:09
1.9 Minor feature enhancements 22-Oct-2003 20:54

 Articles referencing this project

 Comments

[»] Patch for better handling of '303 See Other'
by Ed Avis - Aug 16th 2003 04:19:42

A patch to allow wget to follow 303 See Other redirects (and at least print the destination URL when it does not).

--
Ed Avis

[reply] [top]


[»] The Perfect Program
by Plutoid - Jun 13th 2003 14:53:17

Simple, fast, and easy to use. I have been using this program for years and would like to show my gratitude. Thanks a ton, Jake@ plutoid.com

[reply] [top]


[»] Tremendous!
by Christopher "CJayC" Jenkins - Nov 17th 2002 19:47:39

wget is a tremendously useful piece of software. I use it constantly to download large files over my slow connection, using the "-c" option to continue disconnected downloads. This is one piece of software which I truly love.

--
http://cjayc.tk

[reply] [top]


[»] Get a whole website including pictures, css, etc
by Ian Hyatt - Sep 13th 2001 17:00:53

This utility is awesome!!

You can get a whole website including pictures, css, etc and it will change all the links for you such that the site works on your local machine.

wget -m -p -k url

[reply] [top]


[»] (wget) Great Utility
by Carl Nasal - Feb 20th 1999 21:14:47

For anyone that might be considering getting this utility, I would highly recommend it. I use it for all of my downloads of large files because it can do it in the background, continue if the download got interupted (if the server allows it), and can keep trying forever. (Also, the "web-suck" comes in handy when trying to download a site without an FTP login.) I consider it a must-have utility.

[reply] [top]


    [»] Re: (wget) Great Utility
    by Ahmed El-Mahmoudy - Nov 19th 2004 12:56:13


    > recommend it. I use it for all of my

    > downloads of large files because it can

    Exactly how large u mean ?
    I just tried to download a 4.4 GB ISO image from
    an FTP site (I was using wget-1.9), I got this:
    "Length: 382,015,488 (unauthoritative)"
    ie, it says that the length of the file it is
    downloading is about 380 MB not 4.4 GB !

    [reply] [top]


      [»] Re: (wget) Great Utility
      by James Gregory - May 30th 2005 07:26:01


      >

      > Exactly how large u mean ?

      > I just tried to download a 4.4 GB ISO

      > image from

      > an FTP site (I was using wget-1.9), I

      > got this:

      > "Length: 382,015,488 (unauthoritative)"

      > ie, it says that the length of the file

      > it is

      > downloading is about 380 MB not 4.4 GB

      > !

      >

      >

      It doesn't like files of more than 2GB.

      [reply] [top]


        [»] Re: (wget) Great Utility
        by Hrvoje Niksic - Jun 14th 2005 09:01:43


        > It doesn't like files of more than 2GB.


        Note that Wget 1.10 does support files larger than 2GB.

        [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber