Page 1 of 1

Does File/Folder Exist....Web

Posted: Fri Dec 14, 2012 1:56 pm
by mikKummerfeld
Hello Guys,

I developed a new setup and update downloader for all of our 20 products and every version.

how can I check whether the setup files or zips are available on our webserver.

Code: Select all

does file/folder exist http://www.domain.de/setups/$produkt$/files/$downloadversion$/MikBisWinWeb_$downloadversion$_$setupname$.$setupformat$


does not work. How can I check that ?

Any Idea? Files are up to 300MB large so no way to download first and check

Re: Does File/Folder Exist....Web

Posted: Mon Dec 17, 2012 8:28 am
by FrancescoT
Deir Heiko,

the command can't be used over an URL.

By the way, the only possible suggestion that comes to my mind, it is use a separate file to keep track of the available file list.
Doing this, you could first download this files and if the file to download is listed with it, then effectively download the file.

Regards.