https://github.com/lnsp/ftpd
Single binary, simple configurable FTP server
https://github.com/lnsp/ftpd
Last synced: about 1 year ago
JSON representation
Single binary, simple configurable FTP server
- Host: GitHub
- URL: https://github.com/lnsp/ftpd
- Owner: lnsp
- License: other
- Created: 2017-03-26T17:02:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T18:21:28.000Z (almost 8 years ago)
- Last Synced: 2025-02-11T16:41:47.734Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ftpd
=========
**ftpd** is a FTP server implementation in Go.
It does support basic user authentication and access control.
## Configuration
Basic configuration like listening address is done using the command-line interface, while advanced user configuration has to be done using YAML files. An example listing can be found below.
```bash
echo > users.yaml <