fs: allow setting of --http_proxy from command line

This in turn allows `override.http_proxy` to be set in backend configs
to set an http proxy for a single backend.
This commit is contained in:
Nick Craig-Wood
2025-07-02 17:20:58 +01:00
parent c49b24ff90
commit 6a9c221841
4 changed files with 39 additions and 1 deletions

View File

@@ -1384,6 +1384,15 @@ rclone sync --interactive ~/src s3:test/dst --header-upload "Content-Disposition
See GitHub issue [#59](https://github.com/rclone/rclone/issues/59) for
currently supported backends.
### --http-proxy string
Use this option to set an HTTP proxy for all HTTP based services to
use.
Rclone also supports the standard HTTP proxy environment variables
which it will pick up automatically. The is the way the HTTP proxy
will normally be set but this flag can be used to override it.
### --human-readable
Rclone commands output values for sizes (e.g. number of bytes) and