Difference between revisions of "FTP Server"

From wiki.IPBRICK.COM
Jump to: navigation, search
 
Line 1: Line 1:
  
* Know Issues
+
* 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 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.
  

Latest revision as of 20:47, 14 December 2014

  • 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.