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

[Feature Request] Support SCP

Open a-b opened this issue 3 years ago • 3 comments

It would be wonderful to scp files between the remote host and workstations.

a-b avatar Feb 17 '22 09:02 a-b

I have been using https://transfer.sh/ service to send files out of the GitHub Action VMs for further investigation. It's possible to use gpg to encrypt the files before sending if security is needed. transfer.sh contains examples of shell functions in the documentation.

I have used this type of shell functions (originally based on transfer.sh examples): https://github.com/lhotari/pulsar-contributor-toolbox/blob/8682b8502e0887d37955488b4a39fcd6d634eba6/functions/pulsar-contributor-toolbox-functions.sh#L643-L705

lhotari avatar Mar 22 '22 07:03 lhotari

Thanks for sharing. Your wrapper obscuring x-url-delete header as result it's challenging to cleanup

a-b avatar May 06 '22 23:05 a-b

Your wrapper obscuring x-url-delete header as result it's challenging to cleanup

Please explain.

lhotari avatar May 07 '22 03:05 lhotari