citadel_sdk::fs

Function take_with_security_level

Source
pub async fn take_with_security_level<P: Into<PathBuf> + Send, R: Ratchet>(
    remote: &impl TargetLockedRemote<R>,
    transfer_security_level: SecurityLevel,
    virtual_path: P,
) -> Result<PathBuf, NetworkError>
Expand description

Takes a file from the Remote Encrypted Virtual Filesystem with a custom security level.