1
0
mirror of https://github.com/minio/minio.git synced 2025-04-02 19:00:38 -04:00

4 Commits

Author SHA1 Message Date
Shireesh Anjal
fc6d873758
Use os.ReadFile instead of ioutil.ReadFile ()
ioutil.ReadFile is deprecated and also doesn't work with certain kinds
of symlinks.
2023-07-13 09:07:10 -07:00
Harshavardhana
7f782983ca
fix: for FTP server driver allow implicit trust of TLS ()
fixes 
2023-06-30 08:04:13 -07:00
Harshavardhana
5317a0b755
fix: support LDAP settings properly in ftp/sftp ()
Bonus this PR enhances and supports creating
buckets via ftp `mkdir`

fixes 
2023-06-28 13:15:21 -07:00
Harshavardhana
dd9ed85e22
implement support for FTP/SFTP server () 2023-04-15 07:34:02 -07:00