The following code takes over two minutes to execute. It gets stuck on Disconnect(). I am trying to connect to TITAN commercial FTP Server.
SftpClient client = new SftpClient(sAddress, iPort, sUserID, password);
client.Connect();
client.Disconnect();
I can connect to other SFTP sites just fine.
Any idea what would be wrong?
-Jayesh
SftpClient client = new SftpClient(sAddress, iPort, sUserID, password);
client.Connect();
client.Disconnect();
I can connect to other SFTP sites just fine.
Any idea what would be wrong?
-Jayesh