actions-marketplace-validations/SFTP Upload
A GitHub Action for uploading files via SFTP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | The SFTP server (e.g. sftp.server.com). | yes | — |
| username | The SFTP username. | yes | — |
| password | The SFTP password. | no | — |
| key | The private key. | no | — |
| passphrase | The passphrase for your private key. | no | — |
| port | The SFTP port. | no | 22 |
| dry-run | If true, outputs the results of the upload, without actually uploading. | no | false |
| uploads | A list of folders to upload in the format of `folder/ => upload_folder/` | yes | — |
| ignore | a list of files to ignore using glob patterns | no | — |
| ignore-from | the path to a file containing a list of files to ignore using glob patterns | no | — |
| delete | If true, any existing files in the remote upload directories are deleted. | no | false |
Outputs
no outputs