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 For licensing information please LICENSE file | 3 For licensing information please LICENSE file |
4 | 4 |
5 Python FTP server library provides an high-level portable interface to easily | 5 Python FTP server library provides an high-level portable interface to easily |
6 write asynchronous FTP servers with Python. Based on asyncore framework | 6 write asynchronous FTP servers with Python. Based on asyncore framework |
7 pyftpdlib is currently the most complete RFC-959 FTP server implementation | 7 pyftpdlib is currently the most complete RFC-959 FTP server implementation |
8 available for Python programming language. | 8 available for Python programming language. |
9 | 9 |
10 Version: 0.5.0 | 10 Version: 0.5.0 |
11 | 11 |
12 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ | 12 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ |
OLD | NEW |