| > i need to batch download files which follow cgi links.
> does anyone know a program that can handle these well?
is
> there any plan to improve cgi support for httrack?
Cgi links are followed exactly like any other html files.
You may have to define filters, however, depending on the
desired mirror scope. You may also want to define fixed
mime type for these cgi's (to speed up the transfers)
Example:
httrack --quiet www.foo.com/barcgi/ +www.foo.com/*.cgi
--assume php2,php3,php4,php,cgi,asp,jsp,pl,cfm,nsf=text/html
| |