paserver_put
Copy local files or directories to a remote PAServer host, supporting wildcards, to stage build inputs, replace assets the IDE missed, or seed the scratch directory.
Instructions
Push a file or directory from this box to the PAServer remote host.
Wraps paclient -u <local>,<remote_dir>. The local_path can use
wildcard syntax (e.g. build\\*.so). Useful for staging files for
a manual remote build, replacing assets the IDE didn't deploy, or
seeding the PAServer scratch directory.
Args: profile: Connection Profile name. local_path: File or directory on this Windows box. May contain wildcards. remote_dir: Destination directory on the PAServer host. timeout: Seconds before the transfer is killed (default 300). studio_root: Optional Studio install root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | ||
| timeout | No | ||
| local_path | Yes | ||
| remote_dir | Yes | ||
| studio_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |