mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
ae5e1412ef
write asynchronous FTP servers with Python. Based on asyncore / asynchat frameworks pyftpdlib is actually the most complete RFC959 FTP server implementation available for Python language. WWW: http://billiejoex.altervista.org/pyftpdlib.html PR: ports/109934 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
Python FTP server library provides an high-level portable interface to easily
|
|
write asynchronous FTP servers with Python. Based on asyncore / asynchat
|
|
frameworks pyftpdlib is actually the most complete RFC959 FTP server
|
|
implementation available for Python language.
|
|
|
|
WWW: http://billiejoex.altervista.org/pyftpdlib.html
|