Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ Ftp
Class
Ftp
bridge/src/client/data_store/ftp/ftp.rs:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
// export BRIDGE_FTP_BASE_PATH=
"..."
14
15
pub struct Ftp {
16
credentials: lib::FtpCredentials,
17
}
18
19
impl Ftp {
20
pub async fn new() -> Option<Self> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected