ashkulz / NppFTP

Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications
https://ashkulz.github.io/NppFTP/
320 stars 93 forks source link

NPPFTP - no working #242

Open smannars opened 5 years ago

smannars commented 5 years ago

first started using NPPFTP, but its not connectng... no information also - 0.27.6 version

Connecting [SFTP] Connection failed : Socket error: Unknown error Unable to connect Disconnected Connecting [SFTP] Connection failed : Socket error: Unknown error Unable to connect Disconnected -> TYPE I
Connecting -> Quit
Unable to connect Disconnected

chcg commented 5 years ago

@smannars Could you test with current https://github.com/ashkulz/NppFTP/releases/tag/v0.30.1. Could you check against test SFTP server at test.rebex.net, infos see https://test.rebex.net/.

What version of N++ and windows do you use? 32 or 64bit?

GwenDragon commented 4 years ago

You may check the https://github.com/ashkulz/NppFTP/releases/tag/v0.29.2 which works fine.

chcg commented 4 years ago

v0.30.0 - v0.30.2 have an issue with FTPS and FTPES connections. v0.29.2 therefore is the current version containing the libssh update.

ashkulz commented 4 years ago

@chcg have we reported a bug upstream? Or is it due to our usage of libssh?

chcg commented 4 years ago

@ashkulz This issue is related to the switch to openssl 1.1.1 and happens just for directory changes. I guess something changed with the certificate handling maybe with TLS 1.3 on passive connections. I think it is not openssl issue, but more one with the usage by nppftp or a missing adaptation. Plain FTP and SFTP are not affected.