FTP -> VSFTPD -> allow uploading folders

directoryfedoraftpvsftpd

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.

Best Answer

Make sure you have

write_enable=yes

in your vsftpd.conf. It's off by default so by default your FTP site is a read-only site.