Ftp list directory issue #212

Closed
opened 2026-04-05 20:25:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @lpraul on 7/13/2024

CloudPanel version(s) affected

2.4.2

Description

When I try to connect the client to a site's FTP, it establishes the connection but cannot get the listing, generating a timeout.

How to reproduce

I create a website.
I create a let's certificate.
I create an FTP user.
I open an FTP client like Filezilla.
I enter the FTP data (Url, User, password, port 21).

Status: Connection established, waiting for welcome message...
Status: Unsecured server, does not support FTP over TLS...
Status: Registered at
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Returns: 200 Type set to I
Command: PASV PASV
Returns: 227 Entering Passive Mode (79,117,33,225,199,203).
Command: MLSD
Error: Connection timed out after 20 seconds of inactivity.
Error: Error retrieving directory listing

Possible Solution

No response

Additional Context

No response

*Originally created by @lpraul on 7/13/2024* ### CloudPanel version(s) affected 2.4.2 ### Description When I try to connect the client to a site's FTP, it establishes the connection but cannot get the listing, generating a timeout. ### How to reproduce I create a website. I create a let's certificate. I create an FTP user. I open an FTP client like Filezilla. I enter the FTP data (Url, User, password, port 21). Status: Connection established, waiting for welcome message... Status: Unsecured server, does not support FTP over TLS... Status: Registered at Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Returns: 200 Type set to I Command: PASV PASV Returns: 227 Entering Passive Mode (79,117,33,225,199,203). Command: MLSD Error: Connection timed out after 20 seconds of inactivity. Error: Error retrieving directory listing ### Possible Solution _No response_ ### Additional Context _No response_
Sign in to join this conversation.