Help to configure proftpd, via the LAN connects from the outside shows an empty directory, writing to it does nothing, phpmyadmin apache configured the same, with FTP plugging. The ports in the router propolene. Tried, no good there
ServerName "ProFTPD"
ServerType standalone
DefaultServer on
Port 6534
Umask 022
MaxInstances 30
User daemon
<directory opt lampp htdocs *>
AllowOverwrite on
</directory>
DefaultRoot /opt/lampp/htdocs
<limit site_chmod>
AllowALL on
# DenyAll
</limit>
Daemon password UserPassword
RequireValidShell off
UseFtpUsers off