Skip to content
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

Closed
Britaliope opened this issue Oct 13, 2016 · 6 comments
Closed

nppFTP unable to connect to ftpes server #110

Britaliope opened this issue Oct 13, 2016 · 6 comments

Comments

@Britaliope
Copy link

Britaliope commented Oct 13, 2016

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.

@countchappy
Copy link

Having the same exact issue. Any update on this?

@rAthusFr
Copy link

rAthusFr commented Dec 9, 2016

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:

-> TYPE I  
Connecting
-> Quit  
Unable to connect
Disconnected

Any update?

@chcg
Copy link
Collaborator

chcg commented Feb 12, 2017

see #122, tls 1.1 and 1.2 not supported yet, maybe this is also the case here.

@countchappy
Copy link

countchappy commented Feb 12, 2017

@Rathur @Britaliope @chcg
I was having an SSL issue on Aptana Studio 3. The fix for that issue ended up fixing this as well.

Following the instructions found here. I can connect using a SFTP connection in NppFTP.

Solution:


1. On remote server edit sshd_config:

#nano /etc/ssh/sshd_config

2. Add the following line :

Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,blowfish-cbc,aes128-cbc,3des-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
KexAlgorithms=curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
3. Restart ssh service

#/etc/init.d/ssh restart

Hope this helps! 😄

@chcg
Copy link
Collaborator

chcg commented Mar 6, 2017

@Britaliope @Rathur

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.

@chcg
Copy link
Collaborator

chcg commented Apr 6, 2017

Considered to be fixed with v0.26.9.

@chcg chcg closed this as completed Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants