2001-02-03 20:07:43 +01:00
|
|
|
A FTP daemon that aims to be "very secure"
|
|
|
|
|
|
|
|
From the README file:
|
|
|
|
|
|
|
|
Author: Chris Evans
|
2012-07-26 17:26:13 +02:00
|
|
|
Contact: scarybeasts@gmail.com
|
2001-02-03 20:07:43 +01:00
|
|
|
|
|
|
|
vsftpd is an FTP server, or daemon. The "vs" stands for Very
|
2012-07-27 11:25:07 +02:00
|
|
|
Secure. Obviously this is not a guarantee, but a reflection
|
2001-02-03 20:07:43 +01:00
|
|
|
that I have written the entire codebase with security in mind,
|
|
|
|
and carefully designed the program to be resilient to attack.
|
2005-01-13 12:22:25 +01:00
|
|
|
|
2009-01-16 17:38:35 +01:00
|
|
|
LICENSE: GPL2 or later with execption to link with OpenSSL
|
|
|
|
|
2012-07-27 11:25:07 +02:00
|
|
|
WWW: https://security.appspot.com/vsftpd.html
|