How to enable explicit FTP over TLS login?
I am useing Filezilla to login my FTP account with TLS
but always show me error message
Only I choose in the encrypted options with Only use plain FTP
This will connect to the Server
Have anyone know what;s wrong with it ?
[QUOTE]
Status: Resolving address of controiwhy.com
Status: Connecting to 192.168.45.208:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
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 (192,168,45,208,192,164)
Command: MLSD
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Status: Disconnected from server
-
You need to open the passive ports in the firewall Look in /erc/pureftpd.conf to get the range its using and then open those ports for TCP inbound. 0 -
You need to open the passive ports in the firewall Look in /erc/pureftpd.conf to get the range its using and then open those ports for TCP inbound.
I am very grateful for your guidance~ I am already in /etc/pure-ftpd.conf Find relevant content But there is a problem here. His content is [QUOTE] # Port range for passive connections - keep it as broad as possible. PassivePortRange 49152 65534
Does this mean that the port he uses is 49152 - 65534 or is it only 49152 and 65534?0 -
If youa re using CSF, you would add it as 49152:65534 because that is a range of ports, not two specified ports. 0 -
Hello @webdsn, We provide a guide on how to address this issue at: How to Enable FTP Passive Mode - cPanel Knowledge Base - cPanel Documentation Let me know if this helps. Thank you. 0
Please sign in to leave a comment.
Comments
4 comments