mirror of
https://github.com/rclone/rclone
synced 2024-11-21 22:50:16 +01:00
ftp: fix docs to note ftp_proxy
isn't supported
This commit is contained in:
parent
7e99abb5da
commit
6f25e48cbb
@ -97,8 +97,6 @@ In general the variables are called `http_proxy` (for services reached
|
||||
over `http`) and `https_proxy` (for services reached over `https`). Most
|
||||
public services will be using `https`, but you may wish to set both.
|
||||
|
||||
If you ever use `FTP` then you would need to set `ftp_proxy`.
|
||||
|
||||
The content of the variable is `protocol://server:port`. The protocol
|
||||
value is the one used to talk to the proxy server, itself, and is commonly
|
||||
either `http` or `socks5`.
|
||||
@ -122,6 +120,8 @@ e.g.
|
||||
export no_proxy=localhost,127.0.0.0/8,my.host.name
|
||||
export NO_PROXY=$no_proxy
|
||||
|
||||
Note that the ftp backend does not support `ftp_proxy` yet.
|
||||
|
||||
### Rclone gives x509: failed to load system roots and no roots provided error ###
|
||||
|
||||
This means that `rclone` can't file the SSL root certificates. Likely
|
||||
|
@ -175,3 +175,6 @@ Note that `--timeout` isn't supported (but `--contimeout` is).
|
||||
Note that `--bind` isn't supported.
|
||||
|
||||
FTP could support server side move but doesn't yet.
|
||||
|
||||
Note that the ftp backend does not support the `ftp_proxy` environment
|
||||
variable yet.
|
||||
|
Loading…
Reference in New Issue
Block a user