Activity «Delete an item with path» can be found in section «FTP».
Activity deletes file/catalogue from FTP server.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
Path; In; String; *; Path to file or directory
Server; In; String; *; FTP server address.
Port; In; Int32; *; FTP connection port.
Username; In; String; *; Login to be used for FTP connection.
Password; In; String; *; Password for FTP account.
Anonymous login; In; Boolean; *; Determines whether the FTP connection should be anonymous (true) or using the user authentication (false). When using the second method, the "Username" and "Password" fields should be filled with data.
Use ssl?; In; Boolean; *; Determines whether the SSL should be used while FTP connection.