-
Hi... :)
I have a Linux Server and my files are in /pub/backup and I need to GET this files with INET object.
In first time when I run the Application, all works fine, but in a second time, I receive the "Request Time Out" message and never more work, until turn off the computer and try again.
Do anybody know why this occur?
Tkx from Brazil... :)
-
How you close connect to Inet control ?
Here is example:
Inet1.Execute , "Close"
Do
DoEvents
Loop While Inet1.StillExecuting
Inet1.Execute , "Quit"
Do
DoEvents
Loop While Inet1.StillExecuting
- Dj4