orgo_export_file
Export files from a computer's filesystem by specifying computer ID and file path, generating a temporary download URL for access.
Instructions
Export a file from the computer's filesystem.
The computer must be running. Files can only be exported from /home/user.
Returns a download URL that expires in 1 hour.
Args:
params (ExportFileInput): Input containing:
- computer_id (str): Computer ID
- path (str): Path to file (e.g., 'Desktop/results.txt')
Returns:
str: File info and download URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |