Push |
Top Previous Next |
The Push step is used to deliver files from the current file set to a remote server.
This step can overwrite files on the remote server. You can use overwrite=”false” to check that none of the files that are to be uploaded exist on the server before the upload begins. If any files are found on the server with the same name as the files to be uploaded, then no files will be uploaded. Instead the step will return error $ERROR_SEND_FILE_CANCELLED. After the check the files are uploaded sequentially.
If you use the overwrite="append" option, the step will attempt to append the file to be uploaded to an existing file on the server. If the server supports it, the step will create a new file in cases where there is not already a file on the server with the same name.
Please see the Robo-FTP Help file for more information about creating Managed Site records in the Configurator.
Important The Framework controls the working folder so the value of a Managed Site's "Initial Local Directory" field is ignored when used in this step.
Note: Use the Deliver step to copy files to a locally accessible server with the UNC path.
Example Usage:
|