Little Tips for vsftpd
July 2, 2008 · Filed Under Uncategorized
Every time i setup a vsftpd server, i have to dig around in google to find the right syntax to be put in vsftpd.conf to enable jail users and use local server time, as many of us know that the syntax does not include in the default configuration file, so this time i decide to post it here for my own reference.
Lock ftp user to his folder only
chroot_local_user=YES
Force vsftpd to use local time
use_localtime=YES
Comments
Leave a Reply

