SCPPullFiles
Take a list of devices and pull a specific file (given by path) from each using SCP.
python · Common Scripts
Details
| ID | SCPPullFiles |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility |
README
Pulls a specific file (given by path) from each using SCP from a list of devices.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Utility |
Dependencies
This script uses the following commands and scripts.
- copy-from
Inputs
| Argument Name | Description |
|---|---|
| systems2files | The JSON object mapping remote access instances to filepaths. |
Outputs
There are no outputs for this script.
commonfields: id: SCPPullFiles version: -1 name: SCPPullFiles script: '' type: python subtype: python3 tags: - Utility comment: Take a list of devices and pull a specific file (given by path) from each using SCP. system: true args: - name: systems2files required: true default: true description: A JSON object mapping RemoteAccess instances to filepaths. scripttarget: 0 dependson: must: - copy-from timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted) marketplaces: - xsoar - marketplacev2 - platform