Copy File to Guest
file_copy_to_guestCopy files from the host to a virtual machine's guest OS. Transfer a local file to a specified destination path inside the VM.
Instructions
Copy a file from the host machine to the guest VM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | No | VM name or .vmx path | |
| host_path | Yes | Source file path on host | |
| guest_path | Yes | Destination file path in guest |