Re: vsftpd with ssl

2014-09-30 Thread Stephen Powell
On Tue, 30 Sep 2014 00:12:47 -0400 (EDT), Marko Randjelovic wrote: > > Thanks for your informative answer, it did solve my problem, after > enabling implicit_ssl option in vsftpd (and btw after disabling > ssl:verify-certificate in lftp), I could transfer a test file. How did you get the certific

Re: vsftpd with ssl

2014-09-29 Thread Marko Randjelovic
On Mon, 29 Sep 2014 21:19:44 -0400 (EDT) Stephen Powell wrote: > I work with SSL-secured FTP regularly. First of all, let's get the > terminology right. I'm glad to see that you used the term FTPS instead > of SFTP. Many people have the two confused. SFTP is a file transfer > protocol used un

Re: vsftpd with ssl

2014-09-29 Thread Stephen Powell
On Mon, 29 Sep 2014 16:00:36 -0400 (EDT), Marko Randjelovic wrote: > > I installed vsftpd on Wheezy and am trying to make it work with ssl (ftps > protocol). > > This is my config file: > > listen=YES > anonymous_enable=NO > local_enable=YES > dirmessage_enable=YES > use_localtime=YES > xferlog_

Re: vsftpd with ssl

2014-09-29 Thread Jonathan Dowland
On Mon, Sep 29, 2014 at 10:00:36PM +0200, Marko Randjelovic wrote: > I installed vsftpd on Wheezy and am trying to make it work with ssl (ftps > protocol). snip > Please help me beacuse I have no ideas. All I know about FTP/SSL is that there are a lot of variations of the protocol, such as exactly

vsftpd with ssl

2014-09-29 Thread Marko Randjelovic
I installed vsftpd on Wheezy and am trying to make it work with ssl (ftps protocol). This is my config file: listen=YES anonymous_enable=NO local_enable=YES dirmessage_enable=YES use_localtime=YES xferlog_enable=YES nopriv_user=ftpsecure secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vs

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 anon_uplo

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 dirmess