403e65d418
Approved by: portmgr blanket
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
A FTP daemon that aims to be "very secure"
|
|
|
|
From the README file:
|
|
|
|
Author: Chris Evans
|
|
Contact: scarybeasts@gmail.com
|
|
|
|
vsftpd is an FTP server, or daemon. The "vs" stands for Very
|
|
Secure. Obviously this is not a guarantee, but a reflection
|
|
that I have written the entire codebase with security in mind,
|
|
and carefully designed the program to be resilient to attack.
|
|
|
|
LICENSE: GPL2 or later with exception to link with OpenSSL
|
|
|
|
WWW: https://security.appspot.com/vsftpd.html
|