juniorusca/Clear sftp files
Download a list of files separated by comma from a remote SFTP server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SFTP host | yes | — |
| port | SFTP port | — | 22 |
| username | SFTP username | yes | — |
| password | SFTP password | yes | — |
| file-patterns | File patterns separated by comma | yes | — |
| remote-dir-path | Remote directory path | yes | — |
| artifact-name | Artifact name | — | cleared-files |
| fail-if-no-files | Fail if no files are found. Default 'false'. To activate set to 'true' | — | false |
Outputs
| name | description |
|---|---|
| file-names | Array of file names that were cleared |