blob: d0aaa11a3bdb6666bd56e6d6e3e1d9c860763c9c (
plain) (
blame)
1
2
3
4
5
6
|
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://code.google.com/p/pyftpdlib/
|