• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/pyftpdlib/
NameDateSize

..12-Mar-20154 KiB

OWNERS12-Mar-201541

README.chromium12-Mar-2015525

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