Here, we need to explciity use an HTTP proxy for http, https and ftp. It can be specified through the *_proxy family of environment variables. Does suppaftp support such a configuration? The CLI tool called lftp does but I'm interested in embedding this into a Rust CLI app.
Here, we need to explciity use an HTTP proxy for
http
,https
andftp
. It can be specified through the*_proxy
family of environment variables. Does suppaftp support such a configuration? The CLI tool calledlftp
does but I'm interested in embedding this into a Rust CLI app.