URLOpen(connectionID, strURL, "r");
connectionID
A name you specify which will be used in all the following URL functions to identify which URL to access.strURL
"r"
http://[<username>:<password>@]<httpserver>[:<port>]/<path>ftp://[<username>:<password>@]<ftpserver>[:<port>]/<path>file://[[\\]<fileserver>]/<path>
0 1 //Open myfile.txt for reading$readok = URLopen("my_conn_ID", "ftp://myserver/myfile.txt", "r");
OpenText StreamServe 5.6 | Updated: 2013-03-01 |