Hi,
We are currently using wget and thinking of replacing it with pavuk.
I would like to know what is the wget --no-directories equivalent in
pavuk.
I don't want to create directory structure when the pages are
downloaded from the http web site but should create a absolute path
for the complete path.
eg.
http://www-132.ibm.com/webapp/wcs/PromotionDisplay?promoName=526372&st
oreId=1&catalogId=-840&langId=-1&dualCurrId=73
In above example, it should not create webapp and wcs directory after
download but should create a file with a name
http://www-132.ibm.com/webapp/wcs/PromotionDisplay?promoName=526372&st
oreId=1&catalogId=-840&langId=-1&dualCurrId=73
Appreciate if some one let me know how to use fnrules option to
achieve this result.
Thanks,
-Mohan