alexcrichton / ssh2-rs

Rust bindings for libssh2
https://docs.rs/ssh2
Apache License 2.0
467 stars 142 forks source link

session handshake on error 43 #315

Open paq1 opened 2 months ago

paq1 commented 2 months ago

i receive this error on handshake : (43) error receiving on socket

when i track my network i can see at the end of this picture (server : unimplemented) image

have you any informations about that ?

paq1 commented 2 months ago

this code working from docker image rust:latest, this problem is on my windows :/

yodaldevoid commented 2 months ago

Can you provide any more information about your setup such as sample code that produces the problem?

paq1 commented 2 months ago

Hello, sorry for this late response, the code in question is in this file: https://github.com/paq1/poc-documents/blob/master/src/app/services/sftp/mod.rs