I'm using the product to download a xml file. The command I'm using is:
httrack
<https://itunes.apple.com/us/rss/topfreeapplications/limit=200/genre=6014/xml>
-O "c:\temp\apple" -v
my problem is the file is put into the directory structure
C:\temp\apple\itunes.apple.com\us\rss\topfreeapplications\limit=200\genre=6014\xml
how can I make it go to c:\temp\apple without all the other subdirectories?
Thanks. |