Filezilla FTP Client Cannot Connect List Directory

I try to connect ftp via Filezilla FTP Client with username and password correct login (user has bash enable access for web terminal) but show this error and not showing directories listing:

Error: Kesalahan GnuTLS -15 pada gnutls_record_recv: An unexpected TLS packet was received.
Error: Could not read from socket: ECONNABORTED - Koneksi dibatalkan
Error: Could not connect to server

Problem solved with this fix from @sahsanu
sed -i -E β€˜s/(^Sub.internal-sftp)(.)/\1/’ /etc/ssh/sshd_config
systemctl restart ssh

2 Likes

Oh yeah, don’t forget to use SFTP method on Filezilla when your user using bash enable. This my bad when i using FTP method that error was happened.

You should also apply the permanent fix or it will happen again:

cd /usr/local/hestia/bin/
mv v-add-sys-sftp-jail v-add-sys-sftp-jail.ori
curl -sSL https://raw.githubusercontent.com/hestiacp/hestiacp/b7b2f3b10cbfd5b727bb8cb835bc236bdfbc6660/bin/v-add-sys-sftp-jail -o v-add-sys-sftp-jail
chmod +x v-add-sys-sftp-jail
3 Likes

oh right. i almost forgot. thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.