🔄 Uploading & Downloading Files¶
☁️ Cloud Sync¶
Free dropbox¶

- Reliable and fast upload and download for large files.
- Go to Dropbox developers
- Create an app to connect with RunPod.io.
📦 runpodctl¶
Speed¶
- Fine for downloading files from your pod.
-
Problematic for uploading large files to your pod with slow connections (timeouts).
-
You need to install a client on your local computer.
- You do not need an api key to upload/download to/from your pod.
Install windows¶
Invoke-WebRequest "https://github.com/runpod/runpodctl/releases/latest/download/runpodctl-windows-amd64.exe" -OutFile "runpodctl.exe"