sftpgo/ftpd
Nicola Murino f2b93c0402
add a setup screen to create the first admin user
If you prefer to auto-create the first admin you can enable the
"create_default_admin" configuration key and SFTPGo will work as before.

You can also create the first admin by loading initial data: now you can
set both username and password, before you could only change the password
2021-05-14 19:21:15 +02:00
..
cryptfs_test.go ensure no client is connected before running max connections test cases 2021-05-11 08:04:57 +02:00
ftpd.go FTPD: make sure that the passive ip, if provided, is valid 2021-04-16 15:08:10 +02:00
ftpd_test.go add a setup screen to create the first admin user 2021-05-14 19:21:15 +02:00
handler.go sftpfs: add buffering support 2021-04-03 16:00:55 +02:00
internal_test.go FTPD: make sure that the passive ip, if provided, is valid 2021-04-16 15:08:10 +02:00
server.go allow to limit the number of per-host connections 2021-05-08 19:45:21 +02:00
transfer.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00