vmware/pyvmomi-community-samples
copy an exe from a guest to a windows vm
Ouverte
#531 ouverte le 6 déc. 2018
help wanted
Métriques du dépôt
- Stars
- (972 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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.