Tiny Core Extensions > TCE 2.x

vsftpd

<< < (2/2)

Jason W:
Thanks to robc for an update:


--- Code: ---Title:          vsftpd-ssl.tcz
Description:    FTP Server with SSL Support
Version:        2.2.2
Author:         Chris Evans
Original-site:  http://vsftpd.beasts.org/
Copying-policy: GPL
Size: 52K
Extension_by:   robc
Comments:       This extension requires
openssl-0.9.8.

Use the following command to run vsftpd:
sudo vsftpd &

The configuration file will need to be
edited, it can be found at:
/usr/local/etc/vsftpd.conf

Add vsftpd.conf to the .filelist backup
file list for persistency.

Add the following lines to vsftpd.conf
to activate SSL FTP:
ssl_enable=YES
ssl_sslv2=YES
ssl_sslv3=YES

The default location for the pem file
is /usr/local/etc/ssl/cert/vsftpd.pem
This can be changed in vsftpd.conf with
rsa_cert_file=/path/to/cert

---------------------------------------

Please visit http://vsftpd.beasts.org/
for more information on setting up
vsftpd.


Please see the man page for additional
information.

---------------------------------------

Change-log:     2009/1/19 Original
2009/5/27 Updated to v2.1.0, PPI compatible
2009/08/31 Updated to v2.2.0, Added SSL support
2009/11/12 Updated to v2.2.1, updated to openssl-0.9.8k
2010/01/22 Updated to v2.2.2
2010/04/05 Rebuilt against updated openssl-0.9.8.
Current: 2010/04/05 Rebuilt against updated openssl-0.9.8.


--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version