mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
we can now have permissions such as these ones
{"/":["*"],"/somedir":["list","download"]}
The old permissions are automatically converted to the new structure,
no database migration is needed
|
||
|---|---|---|
| .. | ||
| install_windows.go | ||
| portable.go | ||
| root.go | ||
| serve.go | ||
| service_windows.go | ||
| start_windows.go | ||
| status_windows.go | ||
| stop_windows.go | ||
| uninstall_windows.go | ||