Hi folks!
Got a little problem here.
The error message is "no index.html"
I'm using httrack for android.
In detail:
Let's say the URL is www.test.com/images/blue.jpg
This is something that can be directly downloaded by the app. Unfortunately
there is no index.html or indexing.
So there is no html where every file on "www.test.com/images" is listed.
You have to know the name of the file.
E.g.: www.test.com/images/red.jpg
Is there a way to get all the files in the path without knowing the name?I
tried as input url:
Www.test.com/images
Www.test.com/images*
Www.test.com/images/*.jpg
Nothing worked..... Any ideas? |