Every couple of days I get this error when I try to connect to an ftp site. This causes the error to go to screen and user intervention is required. I am trying to automate this connection. Is there a way to catch this exception so that it does not go to the screen?
System.IO.IOException: Unable to read data from the transport connection. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
:?: