sftpgo/ftpd
Nicola Murino ca3e15578e
Use new methods in the io and os packages instead of ioutil ones
ioutil is deprecated in Go 1.16 and SFTPGo is an application, not
a library, we have no reason to keep compatibility with old Go
versions.

Go 1.16 fix some cifs related issues too.
2021-02-25 21:53:04 +01:00
..
cryptfs_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
ftpd.go TLS: allow to configure cipher suites 2021-02-18 20:17:16 +01:00
ftpd_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
handler.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
internal_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
server.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
transfer.go add Azure Blob support 2020-10-25 08:18:48 +01:00