blob: 9402b0b0e2c80949b737fc60cb08b82bc0be2443 (
plain) (
blame)
1
2
3
4
|
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.
|