For example, I want to download the dir3 of this http://example.com/dir1/dir2/dir3. The robot.txt exists on http://example.com/dir1/
It is working for,
wget -e robots=off .... http://example.com/dir1/
But not working for,
wget -e robots=off .... http://example.com/dir1/dir2/dir3
It is possible to download a sub directory when robots=off ?
Thanks!
wget -o log.txt -e robots=off … http://example.com/dir1/dir2/dir3/)? – Synetech Jul 16 '12 at 16:43