| 15 | // NOTE: BRIDGE_FTPS_HOST should be a domain that supports SSL |
| 16 | |
| 17 | pub struct Ftps { |
| 18 | credentials: lib::FtpCredentials, |
| 19 | } |
| 20 | |
| 21 | impl Ftps { |
| 22 | pub async fn new() -> Option<Self> { |
nothing calls this directly
no outgoing calls
no test coverage detected