vmware/pyvmomi-community-samples
copy an exe from a guest to a windows vm
Offen
#531 geöffnet am 06.12.2018
help wanted
Repository-Metriken
- Stars
- (972 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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.