Code that has been working for years with every new version now throws an error when trying to connect. The code has not changed for at least 3 years.
ftp = New FTPClient
ftp.RemoteHost = My.Settings.RemitFTPHost
ftp.Timeout = 30000
ftp.Connect()
Install 7.3 and now get this error ( i can manually connect to the site still so nothing changed there)
EnterpriseDT.Net.Ftp.ControlChannelIOException was unhandled
Message="Control channel unexpectedly closed ('' read so far)"
Source="edtFTPnetPRO"
StackTrace:
at EnterpriseDT.Net.Ftp.FTPControlSocket.jk2JfehxX()
at EnterpriseDT.Net.Ftp.FTPControlSocket.lHVbvEPOx6()
at EnterpriseDT.Net.Ftp.FTPControlSocket.LUhBNhQpq()
at EnterpriseDT.Net.Ftp.FTPClient.wxsB16We1(FTPControlSocket )
at EnterpriseDT.Net.Ftp.FTPClient.Connect(String remoteHost, Int32 controlPort, Int32 timeout)
at EnterpriseDT.Net.Ftp.FTPClient.Connect()
InnerException:
How can i get an older release?