luvmachine 0 Posted April 15, 2005 I tried searching through the forums for quite some time to find an answer before I bothered anyone with a post. I was curious if there was a way to put in a wildcard right into the INetGet() command for where it looks for files, or if I'm going to have to make a loop to do it? Basically a website imager is what I'm looking on, but I don't want to have to tell it all the files to look through. Thanks for any help on this. {^.^} Share this post Link to post Share on other sites
CyberSlug 6 Posted April 15, 2005 I recommend http://www.httrack.com/If you want a pure AutoIt soultion, then you probably have to loop; InetGet does not (currently) support wildcards. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
therks 33 Posted April 15, 2005 I don't think you really can support wildcards. I mean think about it like this. How can you find out what files exist in this directory:http://rksa.no-ip.com:8008/public/You can't, not unless you're just going to try every filename under the sun, but that's going to take a while. Now, I can tell you, that file1.txt and file2.txt are there, but what else is there? My AutoIt Stuff | My Github Share this post Link to post Share on other sites
luvmachine 0 Posted April 16, 2005 Ya I have HTTrack but the issue with HTTrack is that it looks for "index.html" and then goes from links from there. Meaning if a directory was never linked to from some .html page then it wont grab anything in there, and even when grabbing, it only gets stuff that was linked to. Share this post Link to post Share on other sites