wodSFTP.NET - Bad packet length - WeOnlyDo Discussion board

wodSFTP.NET - Bad packet length (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Jasmine, Friday, September 22, 2023, 12:31 (218 days ago) @ Jens Deblieck

Hi.

Since we can't duplicate this for ourselves, is there any chance you can try to set


Sftp1.EncryptionList = "aes128-ctr,aes128-cbc,aes128-gcm@openssh.com,3des-cbc,blowfish-cbc,aes192-ctr,aes192-cbc,aes192-gcm@openssh.com,aes256-ctr,aes256-cbc,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,rijndael-cbc@lysator.liu.se";
Sftp1.HMacList = "hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5,none";
Sftp1.KeyExchangeList = "diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,
ecdh-sha2-nistp256,ecdh-sha2-nistp384,ext-info-c";


these are the values from 3.7.0. If this works we can try rearranging and adding values from 3.7.2 to see which algorithm is the problematic one.

Jasmine


Complete thread: