DocsMarshal.Workflow.ActivityLibrary.FTPv 1.0.0.0

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.


DocsMarshal.Workflow.ActivityLibrary.FTPCheckIfFileExists

This activity checks if a file exists or not in an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPCheckIfFolderExists

This activity checks if a folder exists or not in an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPCreateFolder

This activity creates a folder in an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPDeleteFile

This activity deletes a file in a specific path of an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPDeleteFolder

This activity deletes a folder in a specific path of an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPDirectoryGetFilesList

This activity returns a list of the files contained in a specific FTP directory with optional filters.


DocsMarshal.Workflow.ActivityLibrary.FTPDownload

This activity downloads a file from an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPMoveFile

This activity moves a file from its location to another in an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPRenameFile

This activity renames a file in an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPRenameFolder

This activity renames a folder in an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPUpload

This activity uploads a file to an FTP archive.


DocsMarshal.Workflow.ActivityLibrary.FTPUploadFiles

This activity uploads a list of files to an FTP archive.