appleboy / scp-action

GitHub Action that copy files and artifacts via SSH.
https://github.com/marketplace/actions/scp-command-to-transfer-files
MIT License
1.14k stars 134 forks source link

Option to not leverage tar ? #163

Open dynek opened 5 months ago

dynek commented 5 months ago

Hello,

I am looking for an action that allows me to copy a file to a network device with SCP but that device doesn't have tar, it only accept plain SCP/SFTP.

Is there a way to do this with this action ? I wasn't able to find a configuration option allowing to copy files directly to the device without compression, thank you!