summaryrefslogtreecommitdiffstats
path: root/third_party/pyftpdlib/README.chromium
blob: 6415902750cb8e07a4e5ef310b1dba3d7923e577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This library was downloaded from http://code.google.com/p/pyftpdlib/

Chromium-specific changes are in chromium.patch file. Currently it removes the
delay after invalid login (which helps protect against brute-force attacks),
which is slowing down some tests.

For licensing information please LICENSE file

Python FTP server library provides an high-level portable interface to easily
write asynchronous FTP servers with Python.  Based on asyncore framework
pyftpdlib is currently the most complete RFC-959 FTP server implementation
available for Python programming language.

Version: 0.5.0

Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ