actions-marketplace-validations/Batch Remote SCP Commands
use ssh channel,upload local file and directory to remote server ,or download file and directory from remote server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 24, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/huaweicloud_scp-remote-action@c925508bdd8f3886edf7744be3234e376631327c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ipaddr | the remote server node ip address | yes | 192.168.130.159 |
| username | the remote server node login username | yes | service |
| password | the remote server node login password,use github | yes | ************ |
| operation_type | upload or download,如果是upload,会将配���在前面的本地的文件上传到远端服务器,如果是download,会将配置在前面���远端文件下载到本地来 | yes | upload |
| operation_list | upload or download file/dir list,file表示上传或下载文件,dir表示上传�����者下载目录,请仔细填写确定路径存在且正确 | yes | file /root/test/target/test.war /usr/local/tomcat/webapps/ dir /root/testnode/dist/* /usr/local/wwww/server/node/ |
Outputs
no outputs