Hye,
I'm using the edtftpnet-1.2.5 free edition. It is a superb utility that has helped out a lot, but now running into some problems:
I'm downloading a textfile, doing all kind of manipulations to this file (which take quite some time), and then try to upload the file back to the FTP-server. It's in this last part that things are going wrong.
I'm using the same connection for the download as well as the upload, first checking if connected still true (otherwise reconnecting). But although code is saying I'm still connected, I cannot send a command to the server and getting the following error:
System.SystemException: Unexpected null reply received
at EnterpriseDT.Net.Ftp.FTPControlSocket.ReadReply() in C:\Desktop\FTP\edtftpnet-1.2.5\src\net\ftp\FTPControlSocket.cs:line 785
at EnterpriseDT.Net.Ftp.FTPControlSocket.SendCommand(String command) in C:\Desktop\FTP\edtftpnet-1.2.5\src\net\ftp\FTPControlSocket.cs:line 749
at EnterpriseDT.Net.Ftp.FTPControlSocket.CreateDataSocketPASV() in C:\Desktop\FTP\edtftpnet-1.2.5\src\net\ftp\FTPControlSocket.cs:line 607
at EnterpriseDT.Net.Ftp.FTPControlSocket.CreateDataSocket(FTPConnectMode connectMode) in C:\Desktop\FTP\edtftpnet-1.2.5\src\net\ftp\FTPControlSocket.cs:line 464
at EnterpriseDT.Net.Ftp.FTPClient.InitExists(String remoteFile) in C:\Desktop\FTP\edtftpnet-1.2.5\src\net\ftp\FTPClient.cs:line 2314
at EnterpriseDT.Net.Ftp.FTPClient.Exists(String sRemoteFile) in C:\Desktop\FTP\edtftpnet-1.2.5\src\net\ftp\FTPClient.cs:line 3318
Is this a familiar problem to the version or am I doing something wrong?
Any help would be very appreciated!
Tkx
Kris