REMOTE_FILE_URL="http://www.schutt.nl/ee/Q_27690275/test.xml"
3. The User I specifiedDo you mean the FTP user? or do you mean a user running the webserver process on your linux server comparable to a specific user (other than IUSR) running an IIS process?
Set objXML=Server.CreateObject("MSXML2.ServerXMLHTTP.3.0")
http://msdn.microsoft.com/en-us/library/ms766431(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/ms760403(v=vs.85).aspx
This code waits for 1 second for each of the available timeouts, you may want to adjust to your needs.
Open in new window
So in your case probably only the C_connectTimeout needs to be 5000 for 5 seconds, the rest may not matter much.