Vm_Guest_Filesystem_Transfers_CreateSpec

Vm_Guest_Filesystem_Transfers_CreateSpec
Vm_Guest_Filesystem_Transfers_CreateSpec

The Transfers.CreateSpec structure describes the details of a file transfer operation.

JSON Example
{
    "path": "string",
    "attributes": {
        "size": 0,
        "overwrite": false,
        "last_modified": "string",
        "last_accessed": "string",
        "windows": {
            "hidden": false,
            "read_only": false
        },
        "posix": {
            "owner_id": 0,
            "group_id": 0,
            "permissions": "string"
        }
    }
}
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.

attributes
Optional

The Transfers.FileCreationAttributes structure describes file attributes used when transferring a file into the guest.