This package completely configures a Debian machine for the 
virtual hosting of sites via FTP.

  To get started just create a new directory beneath /srv/
  For example:

mkdir -p /srv/foo.com/public

  Now save the ftp password:

echo 'mysecretpassword' > /srv/foo.com/config/ftp-password

Sympl will do all the work!

You can also create individual users via ftp-users, complete
with quotas and alternate root paths for FTP, for example:

bob:bobs-password-here:htdocs/bob:10M

This would allow the user bob@foo.com to log in, limit
them to /srv/foo.com/public/htdocs/bob and a max of 10M in
that directory.

Finally, you can also set an overall FTP quota for the public/
directory in /srv/foo.com/config/ftp-quota, with 150 MB being
defined as '150M'. This includes things like logs, and only
applies to FTP connections.
