pub async fn write_with_security_level<T: ObjectSource, R: Into<PathBuf> + Send>(
    remote: &impl TargetLockedRemote,
    source: T,
    security_level: SecurityLevel,
    virtual_path: R
) -> Result<(), NetworkError>
Expand description

Writes a file or BytesSource to the Remote Encrypted Virtual Filesystem with a custom security level.