FTP Server
From wiki.IPBRICK.COM
- Know Issues
There is a problem with the default configuration of FTP service in IPBrick v6.0. This problem does not allow normal FTP access to the account and the ftp client keeps asking for the login/password.
There is a misconfiguration in /etc/proftpd/proftpd.conf file:
DefaultRoot ~/conta !ftp'
In order to allow normal FTP access this line should be changed to:
DefaultRoot ~/ !ftp
After, it is necessary to restart ftp service:
/etc/init.d/proftpd restart
This will be corrected in update-02.