Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: third_party/pyftpdlib/README

Issue 16454: Add pyftpdlib for future ftp unit tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 About
3 =====
4
5 Python FTP server library provides an high-level portable interface to easily
6 write asynchronous FTP servers with Python. Based on asyncore framework
7 pyftpdlib is currently the most complete RFC-959 FTP server implementation
8 available for Python programming language.
9
10 Learn more by visiting: http://code.google.com/p/pyftpdlib/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698