https://github.com/simatwa/pyftp
Extremely fast and scalable Python FTP server based on PYFTPDLIB
https://github.com/simatwa/pyftp
file-transfer ftp ftps linux mac pyftp pyftpdlib windows
Last synced: 21 days ago
JSON representation
Extremely fast and scalable Python FTP server based on PYFTPDLIB
- Host: GitHub
- URL: https://github.com/simatwa/pyftp
- Owner: Simatwa
- License: mit
- Created: 2024-03-03T11:31:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T12:25:18.000Z (over 1 year ago)
- Last Synced: 2024-12-25T11:42:05.809Z (5 months ago)
- Topics: file-transfer, ftp, ftps, linux, mac, pyftp, pyftpdlib, windows
- Language: Makefile
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyftp
Extremely fast and scalable Python FTP server based on [PYFTPDLIB](https://github.com/giampaolo/pyftpdlib)
# Installation
Download binaries for your system from [here](https://github.com/Simatwa/pyftp/releases/latest).
**OR**
```
git clone https://github.com/Simatwa/pyftp.git
cd pyftp
sudo make install
```# Motive
> Need for standalone pyftpdlib executable.