vmware/pyvmomi-community-samples
View on GitHubcopy an exe from a guest to a windows vm
Open
#531 opened on Dec 6, 2018
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.