Nick Craig-Wood
d67aa9cc7b
build: make rclone compile with GOOS=wasip1 GOARCH=wasm #7831
...
This now compiles but the link doesn't work because of
https://github.com/golang/go/issues/64856
2025-07-09 10:53:03 +01:00
Nick Craig-Wood
2404831725
sftp: add --sftp-http-proxy to connect via HTTP CONNECT proxy
2025-04-29 14:16:17 +01:00
albertony
68bf6aa584
build: remove build constraint syntax for go 1.16 and older
2024-04-18 16:53:55 +02:00
Zach
347812d1d3
ftp,sftp: add socks_proxy support for SOCKS5 proxies
...
Fixes #3558
2023-07-30 03:02:08 +01:00
Nick Craig-Wood
10449c86a4
sftp: add --sftp-ssh to specify an external ssh binary to use
...
This allows using an external ssh binary instead of the built in ssh
library for making SFTP connections.
This makes another integration test target TestSFTPRcloneSSH:
Fixes #7012
2023-07-28 10:29:02 +01:00