blob: 2fc16f912d134fe2a74d879a9ab6054f831be8ae (
plain) (
tree)
|
|
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: https://github.com/giampaolo/pyftpdlib
|