Need help configuring vsftpd with SSL + virtual users on Debian Wheezy

2014-01-26 Thread Blaine LaFreniere
I want to configure vsftpd to use virtual users, and have the connection made over SSL. Here's my config at /etc/vsftpd.conf: # Defaults from example config. listen=YES anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 anon_upload_enable=NO anon_mkdir_write_enable=NO

Re: Need help configuring vsftpd with SSL + virtual users on Debian Wheezy

2014-01-26 Thread Blaine LaFreniere
On 1/26/14, 6:50 PM, Blaine LaFreniere wrote: I want to configure vsftpd to use virtual users, and have the connection made over SSL. Here's my config at /etc/vsftpd.conf: # Defaults from example config. listen=YES anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022