download_directory
Transfer a remote directory to your local machine by compressing it on the server, downloading the archive, and extracting it locally. Use async mode for large directories.
Instructions
Download remote directory (remote compress → download → local extract. Use async for large dirs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | Server ID (configured server_id or host:port from quick_connect) | |
| local_path | Yes | Local save path | |
| remote_path | Yes | Remote directory path | |
| async_transfer | No | Recommended for large directories. Runs in background and returns task ID |