reene444/SCP Command For Transfer Files
Automatically reads the single .scps file in the project and transfers the listed files to a remote server using SCP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote-user | Username for the remote server. | yes | — |
| remote-host | Remote server address (e.g., ec2-12-34-56-78.compute.amazonaws.com). | yes | — |
| remote-path | Destination path on the remote server (e.g., ~/deploy/). | yes | — |
| ssh-key-path | SSH private key for authentication. | yes | — |
Outputs
| name | description |
|---|---|
| transfer-status | Status of the SCP transfer operation. |