Feature Request: `runpodctl send` TO specific machine & folder (ala SCP)

This can be achieved today by running:

runpodctl send foo
ssh machine 'cd /workspace && runpoctl receive ...'


But it would be great to just be able to do:

runpodctl send foo --dest machine:/workspace
Was this page helpful?