| Subcribe via RSS

Restrict file type with vsftpd

September 4th, 2011 Posted in FTP, Linux, network

vsftpd have an option to restrict file type(s) for upload/download.  That vsftpd option is deny_file.  For example, to restrict file *.mp3 and *.avi, use this in vsftpd configuration file:

deny_file={*.mp3,*.avi}

If we put the option in vsftpd.conf, it will be applied to all vsftpd users.  In virtual users configuration, we can put the option in specific user configuration file, so only selected user will be affected by the configuration.

Share this article:
  • Print this article!
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • E-mail this story to a friend!
  • LinkedIn
  • Live
  • MySpace
  • RSS
  • Technorati
  • StumbleUpon
  • Twitter
  • Yahoo! Bookmarks

Related posts:

  1. Pindahan data dari file server windows ke file server linux (samba)
  2. Net2FTP - a web based FTP client
  3. Installing and Configuring OpenVPN Server on CentOS using Webmin (part 4)

Tags: ,

Leave a Reply




  • ShoutMix chat widget