ablelincoln/Push to SFTP
Push files to your server via SFTP (no SSH needed!)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 20, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ablelincoln/push-to-sftp@ec23e57e7646a532c2087371fe2685d4bb085630 # v2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SFTP server | yes | "" |
| port | SFTP server port | yes | 22 |
| username | SFTP username | no | "" |
| password | SFTP password | no | "" |
| privateKey | SSH Key | no | — |
| passphrase | Passphrase for encrypted private keys | no | — |
| sourceDir | Source directory to upload from (will upload all files in this directory) | yes | "" |
| targetDir | Remote directory to upload to (WARNING: overwrites ALL files in this directory) | yes | "" |
Outputs
no outputs