Upload
Description
This Activity uploads files/folders to the FTP server.
note
This Activity must be used within the FTP Context Activity.
Properties
Location
- Local Path – Specify the local path of the file/folder to be uploaded to the FTP server.
- Remote Path – Specify the folder path inside the FTP server where the files must be uploaded.
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
- Create – Specify true in case you need to create the folder if it doesn't exist inside the FTP server. By default, this is false.
- Overwrite – Specify true if you need to overwrite the file if it already exists inside the FTP server. By default, this is false.
- Recursive – Specify true if you want to upload files/folders recursively from the specified local path. By default, this is false.
Example
Download Example