OLD | NEW |
1 Name: Python FTP server library | 1 Name: Python FTP server library |
2 Short Name: pyftpdlib | 2 Short Name: pyftpdlib |
3 URL: http://code.google.com/p/pyftpdlib/ | 3 URL: http://code.google.com/p/pyftpdlib/ |
| 4 License: MIT |
4 License File: src/LICENSE | 5 License File: src/LICENSE |
5 Version: unknown | 6 Version: unknown |
6 Security Critical: no | 7 Security Critical: no |
7 | 8 |
8 Description: | 9 Description: |
9 Python FTP server library provides an high-level portable interface to easily | 10 Python FTP server library provides an high-level portable interface to easily |
10 write asynchronous FTP servers with Python. Based on asyncore framework | 11 write asynchronous FTP servers with Python. Based on asyncore framework |
11 pyftpdlib is currently the most complete RFC-959 FTP server implementation | 12 pyftpdlib is currently the most complete RFC-959 FTP server implementation |
12 available for Python programming language. | 13 available for Python programming language. |
13 | 14 |
14 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ | 15 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ |
OLD | NEW |