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