Page 1 of 1

Search for HTTP File

Posted: Wed Mar 21, 2007 1:05 am
by nerok
HiI would like to download a fileĀ  on a websiteThe address is like this : http://www.address.com/files/ExaMpLE.pdfI tried a "Search on file" action but it apparently doesn't work on website.I tried with {FileExist} variable but it seems to be the same problem.Is there a simple way to find this file and download it ?I tried another way but...The main problem is that some letters of the filename are in Capital letters and i don't know which ones...i tried to list all possibilities of filenames (EXamPlE, exAmpLE, etc...) and launch a "Download file" action with each one but if the file doesn't exists, the task is stopped.How could the task not be stopped and continue with next filename ?

Search for HTTP File

Posted: Sun Mar 25, 2007 7:24 am
by Oleg
"Search for file" action and {FileExist} variable have sense only for local files or local network.

Usually web servers isn't case sensitive (e.g. microsoft IIS), but not all servers.
You must have exact list of files in order to download via HTTP.
Unfortunately RoboTask can't scan web site page by page. This is a only way to extract all information (e.g. structure of the site or the list of files on the site) via HTTP protocol. This is a not trivial task, and there are standalone software for this purpose. Like NeoDownloader.