pub async fn read_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
Reads a file from the Remote Encrypted Virtual Filesystem with a custom transport security level