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
- Stale
- License
- None
- Runtime
- Deprecated runtime
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