Forrest logo
back to the scp tool

scp:ai:c816f

How to share local files with a krunvm microvm
$ scp ${LOCAL_FILE_PATH} ${USERNAME}@${MICROVM_IP_ADDRESS}:${REMOTE_FILE_PATH}
try on your machine

This command uses scp (secure copy) to transfer a local file to a krunvm microvm. Replace with the path to the local file you want to share, with the username for accessing the microvm, with the IP address of the microvm, and with the desired path for the file inside the microvm.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to share local files with a krunvm microvm?
back to the scp tool