Nov 14, 2011
tom

Proftp error message Fatal: unknown configuration directive ‘DisplayFirstChdir’ on line 22 of ‘/etc/proftpd/proftpd.conf’

Question

Sorry for the newb factor but I’m trying to set up a server using this guide:

http://www.intac.net/build-your-own-server/

I’m at the end of step 5 and when I try to restart proftp I get the following error message

me@me-desktop:~$ sudo service proftpd restart
 * Stopping ftp server proftpd                                                                       [ OK ] 
 * Starting ftp server proftpd
 Fatal: unknown configuration directive 'DisplayFirstChdir' on line 22 of '/etc/proftpd/proftpd.conf'
                                                                                                     [fail]

Any clues on how to change line 22?

Answer

The DisplayFirstChdir directive is deprecated. Comment it out and try again.

Related posts:

  1. proftpd cannot upload (550 error)
  2. proftpd audit error
  3. How to start / stop proftpd
  4. proftpd not working?
  5. I have no “AllowOverride” directive in my apache2.conf

Leave a comment