| Subcribe via RSS

Restrict file type with vsftpd

September 4th, 2011 | No Comments | 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.

Tags: ,

Net2FTP – a web based FTP client

June 1st, 2009 | No Comments | Posted in FTP

Saat utak-atik fasilitas Vista Panel di Byethost, perhatianku tertuju pada fasilitas File Manager yg tidak seperti biasanya File Manager di CPanel. Ternyata itu adalah aplikasi Net2FTP yaitu sebuah web-based FTP client yang menyediakan fungsi FTP client menggunakan browser. More »

Tags: , ,