I have a Fedora FTP server that uses VSFTPD. I wanted to know how I could allow the users to upload directories and make directories.
Thanks in advance.
|
feedback
|
|
Make sure you have
in your vsftpd.conf. It's off by default so by default your FTP site is a read-only site. | |||
|
feedback
|
|
Check your SELINUX settings. VSFTPD will allow this, it is probably SELINUX blocking this. Here is a working config from RHEL5. It will chroot users into their home directory and allow file/folder creation assuming they can authenticate by methods enabled in the systems pam configuration.
With the above config you can then use /etc/hosts.allow to lock down vsftpd to certain remote users or allow ALL to connect. | ||||
|
feedback
|
|
When you say "the users", did you mean the local system users? If so, you need the "
| |||||
feedback
|