pub async fn read<P: Into<PathBuf> + Send, R: Ratchet>(
remote: &impl TargetLockedRemote<R>,
virtual_path: P,
) -> Result<PathBuf, NetworkError>
Expand description
Reads a file from the Remote Encrypted Virtual Filesystem
pub async fn read<P: Into<PathBuf> + Send, R: Ratchet>(
remote: &impl TargetLockedRemote<R>,
virtual_path: P,
) -> Result<PathBuf, NetworkError>
Reads a file from the Remote Encrypted Virtual Filesystem