Installation

Stable release

To install PyTest FTP Server, run this command in your terminal:

$ pip install pytest-localftpserver

If you don’t have pip installed, this Python installation guide can guide you through the process.

Or if you prefer to use conda:

$ conda install -c conda-forge pytest-localftpserver

This are the preferred methods to install PyTest FTP Server, as it will always install the most recent stable release.

From sources

The sources for PyTest FTP Server can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/oz123/pytest-localftpserver

Or download the tarball:

$ curl  -OL https://github.com/oz123/pytest-localftpserver/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install