Hi, I have tried many hours to resolve this problem. Read and tested most of available documentation and forum topics without any luck/answer. Like these two:
- Creating SFTP
- 2daygeek.com/how-to-configure-pure-ftpd-access-via-ssltls-encryption-in-cpanel-server/
I try to login using only FTPS on my server with user created within cPanel "FTP accounts".
I have in "Service Configuration > FTP server configuration" required TLS for command/data.
Because I want and need everything on my server to transfer safely.
When i try to connect with FTP(E)S (explicit) i get login successful, and timeout on reading directory (log at bottom).
I have also tried to use implicit, but havn't done anything to activate listning on port 990. So that will be a dead run.
I would really appricate if anyone could help me out 
- Creating SFTP
- 2daygeek.com/how-to-configure-pure-ftpd-access-via-ssltls-encryption-in-cpanel-server/
I try to login using only FTPS on my server with user created within cPanel "FTP accounts".
I have in "Service Configuration > FTP server configuration" required TLS for command/data.
Because I want and need everything on my server to transfer safely.
When i try to connect with FTP(E)S (explicit) i get login successful, and timeout on reading directory (log at bottom).
I have also tried to use implicit, but havn't done anything to activate listning on port 990. So that will be a dead run.
Code:
explicit FTP over TLS:
Status: Resolving address of [subdomain].[domain].no
Status: Connecting to xx.xxx.xx.xxx:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (xx,xxx,xx,xxx,62,22)
Command: MLSD
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Last edited by a moderator: