wget on Windows replaces path characters in --directory-prefix -


i'm trying download directory , it's subdirectories website, using wget. reading other questions arrived @ this:

wget -nh --recursive --no-parent --cut-dirs=5 --reject "index.html*" --directory-prefix="c:\temp" http://blahblah.com/directory/ 

however, no mather how try formulate c:\temp, wget creates "@5ctemp" in current directory , download in directory. check documentation no avail. preferably able use environment variable --directory-prefix, eg

--directory-prefix=%prefix% 

looks version of wget you're using (1.8.2) either buggy or old. works newer versions, 1 here:

for completeness, here's link wget wiki download section.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -