Skip to main content
Transfer files or folders from your local machine to a Pod or another computer using a secure peer-to-peer connection.
runpodctl send <fileOrFolder> [flags]

Example

Send a folder to a Pod using a connection code:
runpodctl send ./my-dataset --code rainbow-unicorn-42

Arguments

<fileOrFolder>
string
required
The path to the file or folder you want to send. Can be a single file or an entire directory.

Flags

--code
string
A custom code phrase used to establish the secure connection between sender and receiver. The receiver must use the same code with the receive command.