File Transfer
Chaser provides several ways to move files between your local machine and sandbox sessions.
Upload and download
Transfer individual files through the CLI or REST API.
CLI
REST API
File transfer supports files up to 16 MB per operation. Only sandbox sessions support file transfer.
Teleport
chaser teleport uploads an entire local directory to a sandbox. It packages the directory as a tar.gz archive, uploads it, extracts it remotely, and optionally opens an interactive shell.
The remote extraction path is <remote_root>/<local_basename>. For example, --local ./my-app --remote /workspace extracts to /workspace/my-app.
MCP file operations
The terminal MCP tool supports structured file operations through the xml parameter:
read_file— read file contentswrite_file— write content to a fileapply_edit— apply a targeted edit to a filelist_files— list directory contents
