VmGuestFilesystemTransfersCreateSpec
The Transfers.CreateSpec structure describes the details of a file transfer operation.
Properties
attributes
Optional
Details about the file to be transferred into the guest. Must be set if the file is being transferred to the guest. Must not be set if the file is being transferred from the guest.
string
path
Required
The complete destination path in the guest to transfer the file to or from the client. It cannot be a path to a directory or a symbolic link.
JSON Example
{
"path": "string"
}