mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 23:49:15 +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
|
over `http`) and `https_proxy` (for services reached over `https`). Most
|
||||||
public services will be using `https`, but you may wish to set both.
|
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
|
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
|
value is the one used to talk to the proxy server, itself, and is commonly
|
||||||
either `http` or `socks5`.
|
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=localhost,127.0.0.0/8,my.host.name
|
||||||
export NO_PROXY=$no_proxy
|
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 ###
|
### 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
|
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.
|
Note that `--bind` isn't supported.
|
||||||
|
|
||||||
FTP could support server side move but doesn't yet.
|
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