Question: How do I configure my VSFTPD ftp server to upload files but disable all file download requests under Debian Linux?
Answer: You can easily configure vsftpd to disallow all download requests. You
VSFTPD ftp server download_enable option
If set to NO, all download requests will give permission denied.
Configure vsftpd to disallow all download requests
Open vsftpd.conf file:
# vi /etc/vsftpd.conf
Set download_enable to NO:
download_enable=NO
Save and close the file. Restart vsftpd ftp server:
# /etc/init.d/vsftpd restart
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 3 comments… read them below or add one }
hi vivek,
i am one of ur favorite.am usik redcat el5.
whether vsftd sekure or not then mi humble reqst explain pasive and activ
is there any we can do by user?
I have a requirement.. where users will able to upload file into ftp but once upload thay should not able to delete those file… if it possible through vsftpd ……….