HEllo I have ispconfig 3 on debian jessie. The issue is: Code: FileZIlla message: 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 (192,168,192,15,60,128) Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing I
That's a firewall issue, the passive FTP ports are blocked by a firewall. configure the passive port range in pure-ftpd: http://www.faqforge.com/linux/contr...ange-in-pure-ftpd-on-denian-and-ubuntu-linux/ and then open the same port range for TCP in your firewall.
IS working perfect. Another question When i connect to ftp i see more directories but i would like to go directly to www directory. To make a kind of redirection... So to open directly www .
The other directories belong to this website as well. if you dont want to be able to store files e.g. in the private directory or cgi scripts into cgi-bin, then alter the path of the FTP user on the options tab of the user and add /web to its end.