I just installed proftpd and I was wondering where I could find the configuration file, so I can set-up the server according to my wishes. I have tried /etc/proftpd.conf and /usr/local/etc/proftpd.conf, which both result (via "sudo gedit (path's from above)") in an empty document?
Asked
Active
Viewed 1.1k times
2 Answers
3
Try /etc/proftpd/proftpd.conf
- see the Ubuntu Community documentation on ProFTPD.

tohuwawohu
- 7,352
2
Some more things that should be checked in cases like this:
- The right access permissions have been assigned to the folders in the server.
- The file could also be /etc/proftpd.conf.
You can check the syntax of the config file with the command
sudo proftpd -td5

Vivas84
- 401
is to use the GUI application
gadmin-proftpd`. It allows for configuring users, too. – tohuwawohu Apr 10 '12 at 18:19/etc/proftpd.conf
but your path is the correct one. – Thomas Aug 17 '13 at 07:46