Skip to main content

Delete

Description

This Activity deletes the specified file/folder from the connected FTP Server.

note

This Activity must be used within the FTP Context Activity.

Properties

Location

  • Remote Path – Specify the complete path of the file/folder to delete from the FTP server.
note

If the specified path is to a folder, all the files and folders under it will be recursively deleted.

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.

Example

Download Example

FTP Delete