Full path: /system/sftp/move
Moves a file on the SFTP Server.
This function returns Boolean true if execution was successful. Otherwise, the outcome depends on the Abort on error parameter, as further described below.
Name |
Type |
Description |
---|---|---|
SFTP Connection |
SFTP Connection |
A FlowForce object that provides the SFTP connection. To obtain the SFTP connection object, call the /system/sftp/connect function first, in a separate execution step.
Mandatory parameter. |
Source file |
string |
The source path of the file to be moved. |
Target file |
string |
The destination path. |
Abort on error |
boolean |
If job execution fails, and the Abort on error parameter is set to true, the job execution will be aborted. The default value is true. |