vmware/pyvmomi-community-samples

copy an exe from a guest to a windows vm

Open

#531 opened on Dec 6, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (914 forks)batch import
help wanted

Repository metrics

Stars
 (972 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

i'm trying to copy an exe file from a linux guest box to windows vm. i've used InitiateFileTransferToGuest(vm, cred, file_path,?,True) . how to find the length of an exe and pass it here.

Contributor guide