mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Ftp list directory issue #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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