Feature Request: `runpodctl send` TO specific machine & folder (ala SCP)
This can be achieved today by running:
But it would be great to just be able to do:
But it would be great to just be able to do:
runpodctl send foo
ssh machine 'cd /workspace && runpoctl receive ...'runpodctl send foo --dest machine:/workspacessh machine 'cd /workspace && runpoctl receive ...' will not work on machines without public IP runpodctl send foo ssh machine 'runpodctl receive ...'ssh machine 'cd /workspace && runpoctl receive ...'runpodctl send foossh machine 'runpodctl receive ...'