Audio (101) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1714
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.
|