Install ======= By using pip: .. code-block:: sh $ pip install pyftpdlib From sources: .. code-block:: sh $ git clone git@github.com:giampaolo/pyftpdlib.git $ cd pyftpdlib $ python setup.py install You might want to run tests to make sure pyftpdlib works: .. code-block:: sh $ make test $ make test-contrib Additional dependencies ======================= `PyOpenSSL `__, to support `FTPS `__: .. code-block:: sh $ pip install PyOpenSSL `pysendfile `__, if you're on UNIX, in order to `speedup uploads `__ (from server to client): .. code-block:: sh $ pip install pysendfile