scp-action icon indicating copy to clipboard operation
scp-action copied to clipboard

GitHub Action that copy files and artifacts via SSH.

Results 95 scp-action issues
Sort by recently updated
recently updated
newest added

I have been using this actions in one of my projects. So far it works fine, but sometimes I get the following error: ``` tar all files into /tmp/979006019/KQmgptshHs.tar scp...

Hi, thank you for creating this action. I want to rename the target file name. In SCP it looks like this: ``` scp ./bin [email protected]:/home/me/bin.new ``` How to do this?

Im getting this error: `2021/11/12 09:59:53 ssh.ParsePrivateKey: ssh: no key found 2021/11/12 09:59:54 error copy file to dest: ***, error message: ssh: handshake failed: ssh: unable to authenticate, attempted methods...

Hi @appleboy! Maintainer of https://github.com/krzema12/github-actions-kotlin-dsl here. Your actions have first-class support in the library. Recently we've come up with a way to reduce operational load when keeping library's action wrappers...

Hey guys! Im trying to download a file from my server but i cant... ``` - name: Download sql uses: appleboy/scp-action@master with: host: myhost username: myusername password: ${{ secrets.SSH_PASSWORD }}...

Hello there, i'm facing error when trying to scp my docker compose to server here is my config ``` - name: copy file via ssh password uses: appleboy/scp-action@master with: host:...

The script sometimes throws this error: `drone-scp error: error copy file to dest: ***, error message: wait: remote command exited without exit status or exit signal` It doesn't always happen,...

My ci.yaml file ```yaml name: ci on: push: branches: - main pull_request: branches: - main jobs: build: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master - name: Copy repository contents via scp...

What do you mean by stating: > Important: Only support Linux [docker](https://www.docker.com/) container. I tried to do this action on self-hosted runner Ubuntu 20.04 with docker installed - and got...

Is this action tested to work when SCP updates to work on SFTP? "This release switches scp(1) from using the legacy scp/rcp protocol to using the SFTP protocol by default."...