1
0
mirror of https://github.com/minio/minio.git synced 2025-03-25 15:04:14 -04:00

5 Commits

Author SHA1 Message Date
Harshavardhana
08b3a466e8
fix: allow concurrent SFTP connections ()
current implementation did not fully implement
the concurrent SFTP connection implementation,
this PR properly handles this.

fixes 
2023-09-12 12:41:52 -07:00
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