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

Side by Side Diff: third_party/pyftpdlib/README.chromium

Issue 1392213003: Update URL for pyftpdlib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Python FTP server library 1 Name: Python FTP server library
2 Short Name: pyftpdlib 2 Short Name: pyftpdlib
3 URL: http://code.google.com/p/pyftpdlib/ 3 URL: https://github.com/giampaolo/pyftpdlib
4 Version: 0.7.0-updates
5 Revision: 2be6d65e31c7ee6320d059f581f05ae8d89d7e45
4 License: MIT 6 License: MIT
5 License File: src/LICENSE 7 License File: src/LICENSE
6 Version: unknown
7 Security Critical: no 8 Security Critical: no
8 9
9 Description: 10 Description:
10 Python FTP server library provides an high-level portable interface to easily 11 Python FTP server library provides an high-level portable interface to easily
11 write asynchronous FTP servers with Python. Based on asyncore framework 12 write asynchronous FTP servers with Python. Based on asyncore framework
12 pyftpdlib is currently the most complete RFC-959 FTP server implementation 13 pyftpdlib is currently the most complete RFC-959 FTP server implementation
13 available for Python programming language. 14 available for Python programming language.
14 15
15 Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ 16 Learn more by visiting: http://pythonhosted.org/pyftpdlib/faqs.html
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698