andieje
asked on
wget and url rewriting
Hi
I want to download all the files on this page
http://www.gen2phen.org/partners/deliverables
and they appear to be in a folder called document but when i use wget on the directory
http://www.gen2phen.org/partners/deliverables
wget -r -l1 --no-parent http://www.gen2phen.org/document/
i get file not found errors which i presume are due to url rewriting? is there anything i can do
thanks
I want to download all the files on this page
http://www.gen2phen.org/partners/deliverables
and they appear to be in a folder called document but when i use wget on the directory
http://www.gen2phen.org/partners/deliverables
wget -r -l1 --no-parent http://www.gen2phen.org/document/
i get file not found errors which i presume are due to url rewriting? is there anything i can do
thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.