Runpod CLI provides simple commands for transferring data between Pods, or between your local machine and a Pod. It uses one-time codes for secure authentication, so no API keys are required.
To send a file from the source machine (i.e. a Pod you’ve deployed or your local machine), run this command, replacing YOUR_FILE with the file you want to send:
Copy
runpodctl send [YOUR_FILE]
You should see output similar to this:
Copy
Sending '[YOUR_FILE]' (5 B)Code is: 8338-galileo-collect-fidelOn the other computer runrunpodctl receive 8338-galileo-collect-fidel
8338-galileo-collect-fidel is the one-time code that you would use on the destination machine (your code will be different).