Harshavardhana
|
08b3a466e8
|
fix: allow concurrent SFTP connections (#18013)
current implementation did not fully implement
the concurrent SFTP connection implementation,
this PR properly handles this.
fixes #17914
|
2023-09-12 12:41:52 -07:00 |
Shireesh Anjal
|
fc6d873758
|
Use os.ReadFile instead of ioutil.ReadFile (#17649)
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 (#17541)
fixes #17535
|
2023-06-30 08:04:13 -07:00 |
Harshavardhana
|
5317a0b755
|
fix: support LDAP settings properly in ftp/sftp (#17536)
Bonus this PR enhances and supports creating
buckets via ftp `mkdir`
fixes #17526
|
2023-06-28 13:15:21 -07:00 |
Harshavardhana
|
dd9ed85e22
|
implement support for FTP/SFTP server (#16952)
|
2023-04-15 07:34:02 -07:00 |