https://github.com/gera2ld/slftpd
Super light FTP server
https://github.com/gera2ld/slftpd
Last synced: about 2 months ago
JSON representation
Super light FTP server
- Host: GitHub
- URL: https://github.com/gera2ld/slftpd
- Owner: gera2ld
- Created: 2014-12-24T06:05:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T04:13:13.000Z (over 9 years ago)
- Last Synced: 2026-05-12T00:32:14.746Z (2 months ago)
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
slftpd
===
Super light FTP server, written in pure Python.
Requirements: Python 3.5+ (`asyncio` module is required)
Features
---
* Multi-user
* Transport speed limit
* Zero config
Installation
---
``` sh
$ pip3 install git+https://github.com/gera2ld/slftpd.git
```
Usage
---
Command line usage:
``` sh
$ python3 -m slftpd -p 8021 -H ~
```