When I install the windows 2003 service pack my application which uses edtFTPnet Version 1.1.6 is unable to deliver data. It returns an error with the following stacktrace:
Unable to write data to the transport connection. at EnterpriseDT.Net.Ftp.FTPClient.PutBinary(Stream srcStream, String remoteFile, Boolean append)
at EnterpriseDT.Net.Ftp.FTPClient.Put(String localPath, String remoteFile, Boolean append)
at EnterpriseDT.Net.Ftp.FTPClient.Put(String localPath, String remoteFile)
.
The files are delivered by routing through a VPN connection
I was wondering if anyone else has come across this problem and if so if there is a solution to it.