download_file#
- SandboxRuntime.download_file(instance_id: str, remote_path: str, local_path: str) None[source]#
Copy file from the sandbox to local.
- Parameters:
instance_id – Unique identifier of the sandbox instance.
remote_path – Path to the source file inside the sandbox.
local_path – Destination path on the local filesystem.