veeso / suppaftp

a super FTP/FTPS client library for Rust with support for both passive and active mode
Apache License 2.0
112 stars 28 forks source link

[QUESTION] - Does suppaftp support an explicit proxy? #73

Open keltia opened 7 months ago

keltia commented 7 months ago

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.