download_file
Transfer files from the /app directory of a container to the host filesystem. Automatically creates parent directories and saves the specified file to the designated local path for easy retrieval after code execution.
Instructions
Download a file from the container's /app directory to the host filesystem.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
local_path | Yes | Absolute path on host filesystem where the file will be saved | |
relpath | Yes | Source path relative to container's /app directory (e.g., 'output/results.csv' reads from /app/output/results.csv) |