I am using edtFTPNet/Free. If I pass an invalid IP Address to the connect method or the server is not on line my connect form hangs for a period of time until the connect() method finally times out.
Is this timeout interval settable via a property? If so, what is the property.
If the interval is not settable, I would like to know how I can stop the connect process myself after a given amount of time. I'm thinking of that I need to spin the connect() command off asynchronously. I would like to start the thread using BeginInvoke and then start my own timer. I'm hoping that I can poll the IsConnected property while edtFTPNet/Free is attempting to connect. How can I stop the connect process. Can I do it with an EndInvoke call or do I have to terminate my thread another way?
Thanks,
Ira Idelson