-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nppFTP unable to connect to ftpes server #110
Comments
Having the same exact issue. Any update on this? |
Same here! Using Filezilla, I'm prompted to trust the certificate and it connects me after I accept, no problem. But when trying tu connect using NppFTP I have no window whatsoever and it disconnects right after I try to connect, giving me this log:
Any update? |
see #122, tls 1.1 and 1.2 not supported yet, maybe this is also the case here. |
@Rathur @Britaliope @chcg Following the instructions found here. I can connect using a SFTP connection in NppFTP.
Hope this helps! 😄 |
just release fix for TLS v1.2 support as version https://github.com/ashkulz/NppFTP/releases/tag/v0.26.9. It is available also from PluginManager with Setting ->DevList. Could you please check if this fixes your issues or if the solution from @countchappy helps you. |
Considered to be fixed with v0.26.9. |
Hi
My ftp server is configured with the vsftpd package (which use ftpes protocol) and i'm not able to connect to it using nppFTP
I don't have any issue connecting with filezilla.
Here are the logs :
-> TYPE I
Connecting
-> Quit
220 Welcome
-> AUTH TLS
234 Proceed with negotiation.
Unable to connect
Disconnected
here is a screenshot of my config : http://image.noelshack.com/fichiers/2016/41/1476401048-capture.png
i'm connecting to the server through my vpn, that's why the IP is a local adress.
Also, i can connect to my server with nppFTP using sftp.
The text was updated successfully, but these errors were encountered: