Files
seaweedFS/weed
Chris Lu e52a94a3a7 sftpd: use global TLS-aware HTTP client for filer uploads (#8795)
* sftpd: use global TLS-aware HTTP client for filer uploads (#8794)

putFile() hardcoded http:// and used http.DefaultClient, which broke
file uploads when the filer has HTTPS/TLS enabled. Switch to the global
HTTP client which reads [https.client] from security.toml and
automatically normalizes the URL scheme.

* sftpd: propagate NormalizeUrl error instead of swallowing it
2026-03-27 10:29:49 -07:00
..
2026-03-26 23:11:10 -07:00
2026-02-20 18:42:00 -08:00
2026-03-27 01:29:05 -07:00
2024-02-14 08:26:38 -08:00