Im trying to configure vsftpd to just allow local user uploads and downloads. anon users cant log in or upload/download.
I've made the following changes in the vsftpd.conf file
uncommented
local_enable (this gives local users the ability to log in, but does it give them permission to also upload and download?)
anonymous_enable = No
What other changes should I be looking for as there are very few other options that have local in the text. i.e I would have expected
local_upload = YES and
local_download = YES
My other question. When setting up virtual users...does their settings go into the standard vsftpd.conf file or do I need to create new ones for each user i.e robert.conf, louise.conf etc. I've read that provided they are in the same directory as vsftpd.conf they will get parsed ???
And when setting up the virtual users by just making a user.conf file, is this sufficient or do you need to register the user in the system somewhere else ??