Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install python-ftp-server via python pip




python-ftp-server - Command line FTP server tool designed for performance and ease of use., it belongs to Classifiers:

- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Topic :: Communications
- Topic :: Communications :: File Sharing
- Topic :: Internet
- Topic :: Internet :: File Transfer Protocol (FTP)

When you know about this project and you want to new install python-ftp-server to support your project or you get trouble as ModuleNotFoundError: No module named "python-ftp-server" or ImportError: cannot import name "python-ftp-server" in your project, let follow this tutorial to install python-ftp-server



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_python-ftp-server_env

- Active the virtual environment

test_python-ftp-server_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_python-ftp-server_env

- Active the virtual environment

source test_python-ftp-server_env/bin/active


Step 2: OK, now, let flow below content to start the installation python-ftp-server

To install python-ftp-server on Windows(CMD):

py -m pip install python-ftp-server

To install python-ftp-server on Unix/macOs:

pip install python-ftp-server


Step 3: If you want to install a specific python-ftp-server version, add ==<python-ftp-server version> to the end command line

Example:

pip install python-ftp-server==1.0


Please see the version list below table:

VersionReleased dateCommand
python-ftp-server 1.3.82022-07-27T08:31:10Windows:

py -m pip install python-ftp-server==1.3.8

Unix/macOs:

pip install python-ftp-server==1.3.8

python-ftp-server 1.3.72021-12-01T18:22:24Windows:

py -m pip install python-ftp-server==1.3.7

Unix/macOs:

pip install python-ftp-server==1.3.7

python-ftp-server 1.3.62021-12-01T18:13:01Windows:

py -m pip install python-ftp-server==1.3.6

Unix/macOs:

pip install python-ftp-server==1.3.6

python-ftp-server 1.3.52021-12-01T18:10:09Windows:

py -m pip install python-ftp-server==1.3.5

Unix/macOs:

pip install python-ftp-server==1.3.5

python-ftp-server 1.3.42021-12-01T17:35:36Windows:

py -m pip install python-ftp-server==1.3.4

Unix/macOs:

pip install python-ftp-server==1.3.4

python-ftp-server 1.3.32021-12-01T17:30:49Windows:

py -m pip install python-ftp-server==1.3.3

Unix/macOs:

pip install python-ftp-server==1.3.3

python-ftp-server 1.3.22021-12-01T17:26:28Windows:

py -m pip install python-ftp-server==1.3.2

Unix/macOs:

pip install python-ftp-server==1.3.2

python-ftp-server 1.3.12021-11-29T09:30:51Windows:

py -m pip install python-ftp-server==1.3.1

Unix/macOs:

pip install python-ftp-server==1.3.1

python-ftp-server 1.32021-11-29T09:22:55Windows:

py -m pip install python-ftp-server==1.3

Unix/macOs:

pip install python-ftp-server==1.3

python-ftp-server 1.22021-11-29T09:18:49Windows:

py -m pip install python-ftp-server==1.2

Unix/macOs:

pip install python-ftp-server==1.2

python-ftp-server 1.12021-11-29T09:10:34Windows:

py -m pip install python-ftp-server==1.1

Unix/macOs:

pip install python-ftp-server==1.1

python-ftp-server 1.02021-11-29T08:55:07Windows:

py -m pip install python-ftp-server==1.0

Unix/macOs:

pip install python-ftp-server==1.0


Step 4: Otherwise, you can install python-ftp-server from local archives:

Download the distribution file from python_ftp_server-1.3.8.tar.gz or the specific python-ftp-server version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_python-ftp-server_downloaded_file>

On Unix/macOs:

pip install <path_to_python-ftp-server_downloaded_file>


List distribution:


Project link:

- Homepage
- Documentation
- Repository