Download file or folder
api
The FileAPI.DownloadFile API enables a file to be downloaded from a resource on the tdx Volt to the local disk.
Both the fusebox and the cli make use of this endpoint to also support downloading folders or entire trees of files.
cli
Use the download
cli command.
Download a file or folder:
fusebox
Use the ‘download’ button on the folder toolbar.
javascript
grpc
web
Use the DownloadFile API to stream the resource contents, writing each chunk received to memory or local disk.
C++