An open API service indexing awesome lists of open source software.

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

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 <