Metadata-Version: 2.1
Name: python-ftp-server
Version: 1.3.3
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

# Simple FTP server
## Usage
1. Configure firewall and ports forwarding (If you are behind NAT and OpenWRT is installed on your router, look at "./openwrt_firewall" and add it to the end of "/etc/config/firewall" on your router)
2. Go to your directory that you want to share and run
`./ftp_server.py`

