ssh_extract
Extract compressed archives like .tar.gz, .zip, .bz2 to a destination directory over SSH.
Instructions
Extract an archive file.
Supports: .tar.gz, .tgz, .tar.bz2, .tar, .zip, .gz, .bz2
Args: archive: Path to the archive file destination: Directory to extract to (default: current directory) session_name: SSH session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | ||
| destination | No | . | |
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |