For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteFiles

Frends Task for deleting files from FTPS server.

Task version: 1.0.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Directory : String

Full path of the target file to be deleted.

Default: / Example: /destination

FileMask : String

Pattern to match (Optional).

If left empty, every file is deleted from given directory.

Default: - Example: *.txt

FilePaths : Object

The paths to the files to be deleted, mainly meant to be used with the file trigger with the syntax: #trigger.data.filePaths

Default: - Example: #trigger.data.filePaths

Task Result

Name
Description

Files : List<String>

Contains the input repeated the specified number of times. Example: Example of the output

Task Changelog

Changelog for Task Frends.FTP.DeleteFiles.

[1.0.0] - 2024-02-20

Changed

  • Initial implementation

Last updated

Was this helpful?