Extract archive file
termix_files_extract_archive_fileExtract archive files on a remote host to a specified or default directory. Supports tar, gzip, zip, bzip2, and xz compression formats.
Instructions
Extract archive file. Extracts an archive file (.tar, .tar.gz, .tgz, .zip, .tar.bz2, .tbz2, .tar.xz, .txz) to a specified or default location on the remote host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| archivePath | Yes | Path to the archive file on remote host | |
| extractPath | No | Optional custom extraction path (defaults to same directory as archive) |