
FTP leeching support (preliminary but working)

This patch modifies fget to ask from pimppa if a 
file should be downloaded. You can get libfget from 

http://www-dev.cso.uiuc.edu/fget/

After patching the source with the correct
patch, using something like

shell> patch -p0 <fget-1.1-pimppa.patch

you should compile and install it. The patched
fget will be used by "pleech". 

You can also use it manually, but REMEMBER that the
patched version is a hack, it might perform oddly
in normal operation. The modified version has 
additional -a option:

shell> fget -a <pimppa_incoming_area_id> URL

It will recursively browse through the URL and download
all files to the current directory which pass pimppa leech rules 
and dupechecking. The <incoming_area_id> causes regexp dupechecking, 
if its missing, the dupechecking will be global.

This is an early and crude attempt at ftp leeching support. 
I hope for a cleaner integration in the future.


