Metadata-Version: 2.1
Name: python-ftp-server
Version: 1.3.7
Summary: Command line FTP server tool designed for performance and ease of use.
Home-page: https://github.com/Red-Eyed/python_ftp_server
License: MIT
Keywords: ftp,cli,cmd,server
Author: Vadym Stupakov
Author-email: vadim.stupakov@gmail.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Project-URL: Documentation, https://github.com/Red-Eyed/python_ftp_server
Project-URL: Repository, https://github.com/Red-Eyed/python_ftp_server
Description-Content-Type: text/markdown

# FTP server to transfer files between machines with zero configuration
## Usage
1. `python3 -m pip install python-ftp-server`
2. `python3 -m python_ftp_server -d "dirctory/to/share"`
will print:
```bash
Local address: ftp://<IP>:60000
User: <USER>
Password: <PASSWORD>
```
3. Copy and paste your `IP`, `USER`, `PASSWORD`, `PORT` into [FileZilla](https://filezilla-project.org/) (or any other FTP client):
![](https://github.com/Red-Eyed/python_ftp_server/raw/master/img.png)

