Filezilla client 3.55 and Proftpd problems

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Avodrocc
500 Command not understood
Posts: 1
Joined: 2021-08-22 16:09
First name: Christian
Last name: Cordova

Filezilla client 3.55 and Proftpd problems

#1 Post by Avodrocc » 2021-08-23 19:07

Filezilla 3.55 can't connect to sftp service based in proftpd + SSH-2.0-mod_sftp/0.9.9

This is the proftpd logs with both versions:
Filezilla 3.55
2021-08-18 12:02:44,970 mod_sftp/0.9.9[18722]: sent server version 'SSH-2.0-mod_sftp/0.9.9'
2021-08-18 12:02:44,970 mod_sftp/0.9.9[18722]: received client version 'SSH-2.0-FileZilla_3.55.0'
2021-08-18 12:02:44,970 mod_sftp/0.9.9[18722]: handling connection from SSH2 client 'FileZilla_3.55.0'
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session key exchange: ecdh-sha2-nistp256
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session server hostkey: ssh-rsa
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session client-to-server encryption: aes256-ctr
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session server-to-client encryption: aes256-ctr
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session client-to-server MAC: hmac-sha2-256
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session server-to-client MAC: hmac-sha2-256
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session client-to-server compression: none
2021-08-18 12:02:45,050 mod_sftp/0.9.9[18722]: + Session server-to-client compression: none
2021-08-18 12:02:45,203 mod_sftp/0.9.9[18722]: sending acceptable userauth methods: keyboard-interactive,password
2021-08-18 12:02:45,328 mod_sftp/0.9.9[18722]: client sent SSH_MSG_IGNORE message (131 bytes)
2021-08-18 12:02:45,338 mod_sftp/0.9.9[18722]: sending userauth success
2021-08-18 12:02:45,338 mod_sftp/0.9.9[18722]: user 'usr_sftp' authenticated via 'keyboard-interactive' method
<Connection Error>


Filezilla 3.54
2021-08-18 12:03:07,758 mod_sftp/0.9.9[18726]: sent server version 'SSH-2.0-mod_sftp/0.9.9'
2021-08-18 12:03:07,758 mod_sftp/0.9.9[18726]: received client version 'SSH-2.0-FileZilla_3.54.1'
2021-08-18 12:03:07,758 mod_sftp/0.9.9[18726]: handling connection from SSH2 client 'FileZilla_3.54.1'
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session key exchange: ecdh-sha2-nistp256
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session server hostkey: ssh-rsa
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session client-to-server encryption: aes256-ctr
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session server-to-client encryption: aes256-ctr
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session client-to-server MAC: hmac-sha2-256
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session server-to-client MAC: hmac-sha2-256
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session client-to-server compression: none
2021-08-18 12:03:07,823 mod_sftp/0.9.9[18726]: + Session server-to-client compression: none
2021-08-18 12:03:07,949 mod_sftp/0.9.9[18726]: sending acceptable userauth methods: keyboard-interactive,password
2021-08-18 12:03:08,071 mod_sftp/0.9.9[18726]: client sent SSH_MSG_IGNORE message (131 bytes)
2021-08-18 12:03:08,081 mod_sftp/0.9.9[18726]: sending userauth success
2021-08-18 12:03:08,081 mod_sftp/0.9.9[18726]: user 'usr_sftp' authenticated via 'keyboard-interactive' method
2021-08-18 12:03:08,211 mod_sftp/0.9.9[18726]: unsupported 'simple@putty.projects.tartarus.org' channel requested, ignoring
2021-08-18 12:03:08,211 mod_sftp/0.9.9[18726]: 'subsystem' channel request for 'sftp' subsystem
2021-08-18 12:03:08,273 mod_sftp/0.9.9[18726]: using SFTP protocol version 3 for this session (channel ID 0)
2021-08-18 12:03:29,725 mod_sftp/0.9.9[18726]: disconnecting client (received EOF)
<Connection Ok>

Post Reply