Hi
I currently compare various SFTP libraries and I like the API of edtFtpPro. Now I found the following problem,
if you
#1: connect to a FTP server
#2: simulate a network shutdown by unplugging the network cable or closing the modem
#3: Invoke a method e.g. to list the file names within a directory
The library doesn't seem to throw an exception but hangs. It even returns true for IsConnected. In fact you have to wait a couple of seconds till the library dispatches the closed event.
I would appreciate to know, how I could ensure, that my application doesn't hang in such situations.
Kind regards
Alex