Copy File from Guest
file_copy_from_guestCopy a file from a virtual machine to the host machine by specifying the guest source path and a destination path on the host.
Instructions
Copy a file from the guest VM to the host machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | No | VM name or .vmx path | |
| host_path | Yes | Destination file path on host | |
| guest_path | Yes | Source file path in guest |