Is your feature request related to a problem? Please describe.
This should work for fetching files via secure FTP (FTPS):
gofer ftps://user:pass@example.com:/home/user/Desktop/readme.txt
Describe the solution you'd like
Implement ftps: protocol support using the suppaftp and rustls crates. See Cargo.toml for the feature flags.
Is your feature request related to a problem? Please describe.
This should work for fetching files via secure FTP (FTPS):
Describe the solution you'd like
Implement
ftps:protocol support using the suppaftp and rustls crates. See Cargo.toml for the feature flags.