I'm using edtFTPnet with C# to create a command line interface.
How do I programmatically know if and when the FTP connection is abruptly disconnected due to hanging, server disconnects, timing out, etc.
I'm trying to figure out how to code a retry routine. Basically, how do I know when to attempt another retry?
Thanks,
Michael