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