I was using this code to connect to SFTP site:
Sftp sftp = new Sftp();
sftp.Connect(hostname);
sftp.Login(username, password);
it was working fine until url was moved to another machine.
We did not change hostname, username, and password.
Now this code does not work anymore and error "Received a packet that is too long" is thrown. Can you tell me what we have to do to fix this?
Rebex.Net.Sftp.dll File version: 2.0.3484.0; Description: Rebex SFTP for .NET