PDA

Click to See Complete Forum and Search --> : I can't broken FTP Connection


Emidio
Jan 10th, 2000, 05:49 AM
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... :)

dj4
Jan 10th, 2000, 01:34 PM
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