package
1.0.3
Repository: https://github.com/clicknclear/ftpserver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Sample config files

FTP Server behind a NAT gateway

{
    "$schema": "https://raw.githubusercontent.com/fclairamb/ftpserver/main/config-schema.json",
    "listen_address": ":2121",
    "public_host": "1.2.3.4",
    "accesses": [
        {
            "user": "test",
            "pass": "test",
            "fs": "os",
            "params": {
                "basePath": "/tmp"
            }
        }
    ]
}