2007-03-06 21:12:24 +01:00
|
|
|
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.
|
|
|
|
|
2007-09-18 15:35:00 +02:00
|
|
|
WWW: http://code.google.com/p/pyftpdlib/
|