bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
188 stars 35 forks source link

support per-user config over REST #501

Closed robklg closed 3 months ago

robklg commented 9 months ago

We have authentication support over REST. But no user config. We need to support per-user config over REST then as well.

hannesdejager commented 3 months ago

Addressed in https://github.com/bolcom/unFTP/pull/171