actions-marketplace-validations/SFTP uploader
Upload files to server via SFTP (v3)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 3, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/wangyucode_sftp-upload-action@de26d3377670e5e2e3ac8447772fa666f1c6c0f1 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | SFTP Host | yes | — |
| port | SFTP Port | no | 22 |
| username | SFTP Username | no | root |
| password | SFTP Password | no | — |
| privateKey | SSH Private Key | no | — |
| passphrase | Passphrase for Private Key | no | — |
| localDir | Local directory to upload | yes | — |
| remoteDir | Remote directory path | yes | — |
| dryRun | Dry run mode (no changes) | no | false |
| exclude | Glob patterns to exclude | no | — |
| forceUpload | Force upload all files (disable hash check) | no | false |
| removeExtraFilesOnServer | Remove extra files on server that are not in local directory | no | false |
| concurrency | Number of concurrent uploads | no | 4 |
Outputs
no outputs