sftpgo/ftpd
Nicola Murino a6e36e7cad
FTP: improve TLS certificate authentication
For each user you can now configure:

- TLS certificate auth
- TLS certificate auth and password
- Password auth

For TLS auth, the certificate common name must match the name provided
using the "USER" FTP command
2021-02-28 12:10:40 +01:00
..
cryptfs_test.go FTP: improve TLS certificate authentication 2021-02-28 12:10:40 +01:00
ftpd.go FTP: improve TLS certificate authentication 2021-02-28 12:10:40 +01:00
ftpd_test.go FTP: improve TLS certificate authentication 2021-02-28 12:10:40 +01:00
handler.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
internal_test.go FTP: improve TLS certificate authentication 2021-02-28 12:10:40 +01:00
server.go FTP: improve TLS certificate authentication 2021-02-28 12:10:40 +01:00
transfer.go add Azure Blob support 2020-10-25 08:18:48 +01:00