File operations
Last updated
Was this helpful?
Checks if a remote file exists.
Parameter
Description
Remote path
Path to check.
Simple value,'True' if file exists. 'False' otherwise.
6.3
Copies a remote file into the selected destination.
Parameter
Description
Remote source path
Path where to copy from.
Remote destination path
Path where to copy to.
Overwrite if already exists
True or false.
No output.
6.3
Delete a remote file.
Parameter
Description
Remote path
Path to file to delete.
No output.
6.3
Delete multiple remote files based on mask.
Parameter
Description
Remote path
Path where to delete files.
Mask
Mask used to filter which files to download. Example "*.txt". Regular expressions can also be used by prefixing with "regex:", example "regex:[A|B].*" to list all files starting with "A" or "B".
Case sensitive
Specifies if mask is case sensitive (not applicable if regex is used).
Recursive
Specifies whether to delete files recursivly.
No output.
6.3
Gets the size, in bytes, of remote file.
Parameter
Description
Remote path
File of interest.
Simple value, numeric.
6.3
Renames a remote file.
Parameter
Description
Old path
Current name of file.
New path
New name of file.
No output.
6.3
Last updated
Was this helpful?
Was this helpful?