mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user