After Debian-Upgrade to version 9, usual active FTP-connection-support was not more present as expected.
All connections from a FTP-client run into a error message and connection-hang without the remote directory listing:
Status: Logged in
Status: Retrieving directory listing…
Status: Retrieving directory listing…
Error: The data connection could not be established: ETIMEDOUT – Connection attempt timed out
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
This error-reporting-output comes from FileZilla-tool.
Typical activation of the ip_conntrack_ftp module was not helpful.
After some researches figured out, that nf_conntrack_helper have to be enabled:
1 | echo "1" > /proc/sys/net/netfilter/nf_conntrack_helper |
No restart or something else will required.
Leave a Reply