DownloadFile() Function
Posted: Wed Sep 12, 2012 2:18 pm
I'm trying to get a file via http of an appache server.
DownloadFile("http://10.100.90.101/box1/today/0911", {File = "Box1.TXT"})
DownloadFile("http://10.100.90.101/box2/today/0911", {File = "Box2.TXT"})
DownloadFile("http://10.100.90.101/box3/today/0911", {File = "Box3.TXT"})
.
.
.
Requester$=FileRequest("Select File","TXT|FM01")
MainFunction()
Then i open a file requester for the BOX*.TXT file i wish to process as read only and its processed by MainFunction()
But I get http error 2000 when the script executes.
0911 is an ASCII text file with no file extension
any pointers would be great.
DownloadFile("http://10.100.90.101/box1/today/0911", {File = "Box1.TXT"})
DownloadFile("http://10.100.90.101/box2/today/0911", {File = "Box2.TXT"})
DownloadFile("http://10.100.90.101/box3/today/0911", {File = "Box3.TXT"})
.
.
.
Requester$=FileRequest("Select File","TXT|FM01")
MainFunction()
Then i open a file requester for the BOX*.TXT file i wish to process as read only and its processed by MainFunction()
But I get http error 2000 when the script executes.
0911 is an ASCII text file with no file extension
any pointers would be great.