Download file from NAS
zspace_downloadDownload a file from the ZSpace NAS to a local folder without altering NAS data. Specify the remote file path and an existing local directory to retrieve media or documents.
Instructions
Download a file from the ZSpace NAS to a local directory.
Use to pull media or documents off the NAS. The local_dir must already exist. Returns {saved_to: ""}. Does not modify NAS state.
NAS -> local, the inverse of zspace_upload. Unlike upload this never changes anything on the NAS, so it is safe to retry; an existing local file of the same name is overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_dir | No | Local directory to save the file into (defaults to current dir) | . |
| remote_path | Yes | Absolute path of the file on the NAS to download |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||