Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This library was downloaded from http://code.google.com/p/pyftpdlib/ | |
| 2 | |
| 3 For licensing information please LICENSE file | |
|
Pam (message me for reviews)
2008/12/29 18:32:34
nit: insert "see the"
| |
| 4 | |
| 5 Python FTP server library provides an high-level portable interface to easily | |
|
Pam (message me for reviews)
2008/12/29 18:32:34
nit: "an" -> "a"
| |
| 6 write asynchronous FTP servers with Python. Based on asyncore framework | |
| 7 pyftpdlib is currently the most complete RFC-959 FTP server implementation | |
| 8 available for Python programming language. | |
| 9 | |
| 10 Version: 0.5.0 | |
| 11 | |
| 12 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ | |
| OLD | NEW |