OLD | NEW |
1 This library was downloaded from http://code.google.com/p/pyftpdlib/ | 1 Name: pyftpdlib |
| 2 URL: http://code.google.com/p/pyftpdlib/ |
| 3 Version: 0.5.0 |
2 | 4 |
3 Chromium-specific changes are in chromium.patch file. Currently it removes the | 5 Chromium-specific changes are in chromium.patch file. Currently it removes the |
4 delay after invalid login (which helps protect against brute-force attacks), | 6 delay after invalid login (which helps protect against brute-force attacks), |
5 which is slowing down some tests. | 7 which is slowing down some tests. |
6 | 8 |
7 For licensing information please LICENSE file | 9 For licensing information please LICENSE file |
8 | 10 |
9 Python FTP server library provides an high-level portable interface to easily | 11 Python FTP server library provides an high-level portable interface to easily |
10 write asynchronous FTP servers with Python. Based on asyncore framework | 12 write asynchronous FTP servers with Python. Based on asyncore framework |
11 pyftpdlib is currently the most complete RFC-959 FTP server implementation | 13 pyftpdlib is currently the most complete RFC-959 FTP server implementation |
12 available for Python programming language. | 14 available for Python programming language. |
13 | 15 |
14 Version: 0.5.0 | |
15 | |
16 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ | 16 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ |
OLD | NEW |