Hi,
I fixed it by allowing all ok status codes to be accepted as ok in Dir command and others
Allow status codes 200 - 299 to be ok. I also fixed this part that you write here in same way. Thx.
public ArrayList Dir()
{
LockTcpClient();
TcpListener listner = null;
TcpClient client = null;
NetworkStream networkStream = null;
ArrayList tempMessageList = new...
2008-09-23 15:38:58 UTC in .NET FTP Client