Aget is a multi-threaded download accelerator. It supports HTTP downloads and can be run from the console.
| Tags | Utilities |
|---|---|
| Licenses | BSD Original |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Release Notes: pread/pwrite functions are now used to simultaneously write to the local file, which speeds aget up 50 percent. Resume support and a progress indicator have been added. Some more options have been added: -p (the port number to connect to), -l (the local filename, if different from the remote filename), and -f (force use of suggested number of threads). This release can guess the number of threads needed depending on the file size.


No changes have been submitted for this release.
Recent comments
31 Jul 2009 13:52
<errno.h>
31 Jul 2009 13:51
compiling issue. this might help someone.
if you getting error like:
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in Aget.o
you have to make changes in Aget.c
find line where extern int errno;
change it to #include
A lightweight log analyzer which was designed to be fast and efficient.