We have an application that is downloading files from an IIS webserver, over the last week, we've started to see these errors in our logs:
'RE*T 2896': command not understood (500).
Does this look familiar to anyone? I've never seen that command / code...
Thanks --
[edit]
Stack trace might help:
Rebex.Net.FtpException: 'RE*T 2896': command not understood (500).
at Rebex.Net.Ftp.1613356845(Int32 )
at Rebex.Net.Ftp.1335657263(String , Int64 )
at Rebex.Net.Ftp.19941338139(String , 588172452 , Int64 , FtpTransferState )
at Rebex.Net.Ftp.8956377289(String , Stream , Int64 )
at Rebex.Net.Ftp.GetFile(String remotePath, Stream outputStream, Int64 remoteOffset)