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:
9 Replies
#🧐|feedback is better suited for this kind of feature requests
try to create one there too
Actually
ssh machine 'cd /workspace && runpoctl receive ...'
will not work on machines without public IP 😕Thats not how runpodctl works, if you want to do that use something like rsync or scp.
And you need a public IP for rsync and scp too. I always just filter to make sure my pods always have a public iP.
SCP does not work on servers without public IP
many server types aren't available with public IP
And, you are wrong! 😄 If you have public IP, then the scheme above works perfectly fine -- the problem is that servers without public IP also don't have proper SSH setup (it won't let you execute commands remotely)
Nope, this does NOT work:
it works on send and receive commands.
You made a mistake reading the post. This was a feature request. I mentioned that this functionality can replicated by using
runpodctl send foo
+ ssh machine 'runpodctl receive ...'
You made a mistake logging a feature request in the wrong place, Feature requests go in #🧐|feedback NOT in #⛅|pods 🤦♂️
Its amazing how stupid people always try to make out that others are the stupid ones.
@DreamGen I like this idea and forwarded your feedback to team 🙂
Thanks, appreciate it! Sorry for posting in the wrong channel 😄