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

Unified Diff: third_party/pyftpdlib/doc/install.html

Issue 16429: python based ftp server (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pyftpdlib/doc/index.html ('k') | third_party/pyftpdlib/doc/release-notes.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pyftpdlib/doc/install.html
===================================================================
--- third_party/pyftpdlib/doc/install.html (revision 0)
+++ third_party/pyftpdlib/doc/install.html (revision 0)
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>pyftpdlib Install instructions</title>
+</head>
+
+<body>
+<div id="wikicontent">
+ <h1><a id="Requirements">Requirements</a></h1>
+ <p><a id="Requirements">Python 2.3 or higher (not Python 3.x). You can get the latest 2.x stable Python release from here: </a><a href="http://www.python.org/download/" rel="nofollow">http://www.python.org/download/</a>. </p>
+ <h1><a id="Manual_installation">Manual installation</a></h1>
+ <p><a id="Manual_installation">If you have downloaded a pyftpdlib package, follow the following steps: </a></p>
+ <p><a id="Manual_installation">Unpack it (Windows users could use 7Zip, WinRar or other similar program): </a></p>
+ <pre> <a id="Manual_installation">tar zxf pyftpdlib-0.3.0.tar.gz</a></pre>
+ <p><a id="Manual_installation">Change to the pyftpdlib directory: </a></p>
+ <pre> <a id="Manual_installation">cd pyftpdlib</a></pre>
+ <p><a id="Manual_installation">Run setup.py to install pyftpdlib. This step need to be run as root. </a></p>
+ <pre> <a id="Manual_installation">python setup.py install</a></pre>
+ <p><a id="Manual_installation">If you're on Windows just run: </a></p>
+ <pre> <a id="Manual_installation">setup.py install</a></pre>
+ <h1><a id="Using_easy_install">Using easy_instal</a><a>l</a></h1>
+ <p><a id="Using_easy_install">If you have </a><a href="http://peak.telecommunity.com/DevCenter/EasyInstall" rel="nofollow">easy_install</a> on your system, installing pyftpdlib is quite simple. Just run: </p>
+ <pre> python easy_install.py pyftpdlib<a href="index.html">index</a></pre>
+ <p>This will get the most updated pyftpdlib from the Python <a href="http://pypi.python.org/pypi" rel="nofollow">pypi repository</a>, unpack it and install it automatically. </p>
+ <p>Note: if you already have an old version of pyftpdlib installed, easy_install will not automatically download the latest version. You can ask for a particular version by running, for example: </p>
+ <pre> python easy_install.py pyftpdlib==0.3.0
+
+
+
+</pre>
+</div>
+</body>
+</html>
« no previous file with comments | « third_party/pyftpdlib/doc/index.html ('k') | third_party/pyftpdlib/doc/release-notes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698