The source file path. The last path element may contain wildcards.
target
Type
path
Constraint
# != null
The target path.
Fields / Optional
resume
Type
bool
Default
false
Resume copy operation if target file already exists?
timestamp
Type
bool
Default
false
Also copy last file modification timestamps?
many
Type
bool
Default
true
If true, file may contain wildcards in its last path element (thus referring to zero or more source files) and the target path points to a directory.
If false, file and target each point to a single file.
whole
Type
bool
Default
false
If true, individual files will be copied as a whole. Otherwise, files will be copied one block at a time. The latter depends on HTTP HEAD and GET/RANGE requests for web URL paths, which in turn might be rejected by some servers. The former will result in plain HTTP GET requests.