error in ftp connection ftp server proftpd, client FileZilla FTP Clien Win
227 Entering Passive Mode
Status: Server sent passive reply with unspecified address. Using existing server address.
in the file on the server
/etc/proftpd/proftpd.conf
use
MasqueradeAddress<-----><------>your.ext.server.ip
check whether the ports are forwarded to the external ip on the router the server is connected to
PassivePorts 49152 65534
restart the ftp server
service proftpd restart
Comments