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

Everytime I use twice in a roll one of your actions, the second one can't be completed due a time out. This first time it happened after I used the...

Hi, I ran into some issues with current action. On my server I have files (dot files like `.htacess` and `.env`), which need to stay untouched, while other files need...

Hello, I'm afraid I'm failing to use this action properly. I'm trying to upload files to the root folder of my ssh user account but wasn't able to get past...

I don't think to remove the target folder and then recreate it is a good idea, consider empty the sub-files and sub-folders in the target folder. I think this could...

Running three runners on the same host it seems that two of the runner which apparently finished almost at the same time run into an upload failure on both workflows....

This does not seem to work: ``` - name: Upload uses: appleboy/[email protected] with: host: $HOST username: $USERNAME key: ${{ secrets.STAGING_MAIN_KEY }} source: ${{ github.sha }}.zip target: $TARGET_PATH #

I'm trying to skip all the files with `.spec.js` extension in any folder, but it's not working, these files are also copied ```yml - name: Copy files to production uses:...

Is there any equivalent to the following command ```sh # file scp -i /key.pem /file root@ip:/my_file # folder scp -i /key.pem -r /folder root@ip:/my_folder ```

``` tar all files into /tmp/015153750/RT1CGuDSlw.tar scp file to server. create folder *** drone-scp error: Process exited with status 1 drone-scp rollback: remove all target tmp file remove file RT1CGuDSlw.tar...

I am trying to deploy a statically generated site to a CentOS server. After some playing around I managed to make authentication work, but now I am permanently stuck with...