MCPcopy Create free account
hub / github.com/BitVM/BitVM / Ftps

Class Ftps

bridge/src/client/data_store/ftp/ftps.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// NOTE: BRIDGE_FTPS_HOST should be a domain that supports SSL
16
17pub struct Ftps {
18 credentials: lib::FtpCredentials,
19}
20
21impl Ftps {
22 pub async fn new() -> Option<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected