Is it possible to setup an ftp server in such a way that only allows users (either registered accounts or anonymous accounts) to upload files and do nothing else (such as delete files, view other folders, chmod, etc.)?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
closed as off topic by Su', John Conde♦ Sep 27 '12 at 1:11
Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I use VSFTPD on my servers which is easy to configure for real and virtual users, plus its very secure. Open vsftpd.conf file:
Set download_enable to NO:
Save and close the file. Restart vsftpd ftp server:
|
|||
|
|