I am connecting to a remote sftp server. I get a list of the files on the server and then download each one. I occassionally receive an exception with the message Message with invalid length 808465456 was received
. I do not see much additional information from the exception that gives me a lot of information.
Code = UnknownError
Status = ServerProtocolViolation
What is the cause and how can this issue be resolved?