A group of activities that allow you to manage files and folders in an FTP archive.
Each activity has an output parameter which means success (true) or failure (false) of the operation. If the operations fail, an exception will be thrown in any case.
This activity checks if a file exists or not in an FTP archive.
This activity checks if a folder exists or not in an FTP archive.
This activity creates a folder in an FTP archive.
This activity deletes a file in a specific path of an FTP archive.
This activity deletes a folder in a specific path of an FTP archive.
This activity returns a list of the files contained in a specific FTP directory with optional filters.
This activity downloads a file from an FTP archive.
This activity moves a file from its location to another in an FTP archive.
This activity renames a file in an FTP archive.
This activity renames a folder in an FTP archive.
This activity uploads a file to an FTP archive.
This activity uploads a list of files to an FTP archive.