| Enqueue is an HTTP downloader that makes
downloading files significantly less annoying. It
downloads queued files, one at a time and in order.
It saves added links in a tree. When a content type
of text/html is downloaded, it is parsed for links,
images, frame references, and a location header.
These links appear as children of the downloaded
document in the tree. Color codes are used
extensively in the tree and queue list to signify
things such as successful download, aborted or
errored download, file will be overwritten,
permission will be denied, and other errors. Some
other features are download stall drop and stall
poke (aborts, then resumes a download to jog a
stale connection), multiple drop-points, execution
of a command or script when the queue is emptied,
a full statistics page, and Drag and Drop. |