summaryrefslogtreecommitdiff
path: root/net/vsftpd
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-19Follow suggestion from Luke Mewburn and change it back to "an FTP"zuntum1-1/+1
2001-06-19I think it's "a", not "an" FTP serverzuntum1-1/+1
2001-06-19Initial import of vsftpd-0.9.1zuntum5-0/+70
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. Recent evidence suggests that vsftpd is also extremely fast (and this is before any explicit performance tuning!) In tests against wu-ftpd, vsftpd was always faster, supporting over twice as many users in some tests. Package provided by Jacek Latos <vaneth@krasnik.org> in pkg/13208; minor modifications by me.