get_file_info
Retrieve file metadata (size, compression, etc.) from a remote zip archive by providing the archive URL and filename. Uses partial reading to avoid downloading the entire archive.
Instructions
Get information about a specific file in the remote zip archive.
Args:
url: URL of the remote zip file
filename: Name of the fileInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |