FTP Server

From wiki.IPBRICK.COM
Revision as of 20:47, 14 December 2014 by Hrocha (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Known 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.