I have a vsftpd installation running on Ubuntu 11.04. I have two users, an external user and an internal user. I only want the internal user to have write/upload permissions, but I want both to have read/download permissions. How do I accomplish this? I have already set write_enable=YES in the config, but that allows all users to write.
|
| |||
|
feedback
|
|
Haver a look at the
e.g.
You should be able to create a file for the external user and specify
in it to stop their ability to write. | |||
|
feedback
|