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