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

Reads a file from the Remote Encrypted Virtual Filesystem with a custom transport security level