/flowftpd

A fork of vsftpd with new features

Primary LanguageCOtherNOASSERTION

This is flowftpd, version 0.1 - a fork of vsftpd 2.3

The intention of this fork is to add some advanced features to vsftpd which
go beyond the current scope of vsftpd which is primarily slanted toward 
security and anonymous download-only servers.

New features:
- Improved OSX support
- Added support for SSL protected FXP (site to site) transfers 
  (SSCN and CPSV commands) 
- On-the-fly CRC32 calculation


Author: Arrrbiter
Contact: arrrbiter@googlemail.com

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

This is vsftpd, version 2.3.2
Author: Chris Evans
Contact: scarybeasts@gmail.com
Website: http://vsftpd.beasts.org/
- All options are documented in the vsftpd.conf.5 manual page.
- See the FAQ file for solutions to frequently asked questions.
- Visit http://vsftpd.beasts.org/ for vsftpd news and releases.

What is this?
=============

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 shows that vsftpd is also extremely fast and scalable. vsftpd
has achieved ~4000 concurrent users on a single machine, in a production
environment.

vsftpd is now a proven stable solution. Of particular note, RedHat used vsftpd
to enable ftp.redhat.com to support 15,000 concurrent users across their
server pool. This extreme load was generated by the release of RedHat 7.2 to
the world.
vsftpd now powers some of the largest and most prestigious sites on the
internet.

Installation
============

Please see the INSTALL file.

Configuration
=============

All configuration options are documented in the manual page vsftpd.conf.5.
Various example configurations are discussed in the EXAMPLE directory.
Frequently asked questions are tackled in the FAQ file.