sftpgo/ftpd
Nicola Murino 6092b6628e
logs: use info level for login related messages
so enabling debug level is not required, for example only to understand
that a user exceeded the allowed sessions.

Also set the cache update frequency as documented
2021-12-02 19:36:42 +01:00
..
cryptfs_test.go add dot and dot dot directories to sftp/ftp file listing 2021-07-31 09:42:23 +02:00
ftpd.go FTPD: allow to set different passive IPs based on the client's IP address 2021-11-25 12:45:09 +01:00
ftpd_test.go logger: add a flag to use UTC time for logging 2021-11-06 15:18:16 +01:00
handler.go refactor custom actions 2021-10-10 13:08:05 +02:00
internal_test.go FTPD: allow to set different passive IPs based on the client's IP address 2021-11-25 12:45:09 +01:00
server.go logs: use info level for login related messages 2021-12-02 19:36:42 +01:00
transfer.go FTP: try to return more specific error codes/messages for some errors 2021-06-28 19:40:04 +02:00