htdump -- htdump is a linux tool to retrieve WWW data.
HTdump is an automation utility to retrieve URLs and write them to a file,
or process them through a pipeline. It is also a very usefull tool for
web developer who work low level, for example with CGI binaries. This
makes a perfect debugging tool, since it allows usual but also rfc-illegal
operations. Packet level debugging is included in this tool.
HTdump supports SSL (via OpenSSL if included during compile time) By
using 'https://' at the beginning of the requested URL, SSL is turned on,
and port 443 is presumed, although port can still be changed. Otherwise
SSL is off, and port 80 is presumed.
This version has SSL support compiled in ...