Audio (91) Datatype (15) Demo (41) Development (239) Document (53) Driver (18) Emulation (59) Game (495) Graphics (204) Library (21) Network (56) Office (20) Utility (243) Video (18)
Total files: 1573
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] GNU Wget is a free software package for retrieving files using HTTP, HTTPS
and FTP, the most widely-used Internet protocols. It is a non-interactive
commandline tool, so it may easily be called from scripts, cron jobs, terminals
without X-Windows support, etc.
The AROS port is based on an CVS snapshot (2007-02-15) of Diego Cassoran's
AMIGA port (http://amiga.cvs.sourceforge.net/amiga/wget/)
When you start wget the first time it will complain that it misses the file
env:wgetcfg. You can either create an empty file (echo "" >env:config)
or better copy the file sample.wgetrc (copy sample.wgetrc env:wgetcfg and
copy sample.wgetrc envarc:wgetcfg).
Type wget --help for a short help. The file wget.info contains documentation.
|