Function citadel_sdk::fs::take_with_security_level
source ยท pub async fn take_with_security_level<R: Into<PathBuf> + Send>(
remote: &impl TargetLockedRemote,
transfer_security_level: SecurityLevel,
virtual_path: R,
) -> Result<PathBuf, NetworkError>
Expand description
Takes a file from the Remote Encrypted Virtual Filesystem with a custom security level.