Adding a send and download to runpod pod cli
A common issue I see is with people not having SCP working or trying to get it to work. Yes, I could give them a whole tutorial on SCP. Or I could tell them, at least do this one time, and in the future, you'll never have to do this again.
So I added a SEND / DOWNLOAD command, and tried to add helpful --helps so that people have examples and so that after things are sent it gives them absolute paths and CD commands.
Gave it a try myself, and seems to work well... I just utilized essentially what you guys had from the SSHConnection class 🙏🏼 so feel free to give a try and make corrections if needed.
P.S if this does get merged, can you use the squash and merge button on github this so the commit history is clean ;D. Thanks~
This is a good idea; I am OK with adding this, I need it to pass the CI/CD checks. You are welcome to take a stab at it, I just won't have time to get around to doing so for a bit.