OLD | NEW |
---|---|
1 This library was downloaded from http://code.google.com/p/pyftpdlib/ | 1 This library was downloaded from http://code.google.com/p/pyftpdlib/ |
2 | 2 |
3 Chromium-specific changes are in google.patch file. | |
wtc
2009/08/31 20:38:44
Why don't we name the file chromium.patch?
I gues
| |
4 | |
3 For licensing information please LICENSE file | 5 For licensing information please LICENSE file |
4 | 6 |
5 Python FTP server library provides an high-level portable interface to easily | 7 Python FTP server library provides an high-level portable interface to easily |
6 write asynchronous FTP servers with Python. Based on asyncore framework | 8 write asynchronous FTP servers with Python. Based on asyncore framework |
7 pyftpdlib is currently the most complete RFC-959 FTP server implementation | 9 pyftpdlib is currently the most complete RFC-959 FTP server implementation |
8 available for Python programming language. | 10 available for Python programming language. |
9 | 11 |
10 Version: 0.5.0 | 12 Version: 0.5.0 |
11 | 13 |
12 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ | 14 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ |
OLD | NEW |