[FTP] Delete from Remote
Q100050: [FTP] Delete from Remote
Delete files from a remote FTP host.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
FTP connection | In | The FTP connection string contains the host information and authentication information for the account to use. | Connection type: sysFTP |
File source | In | The FTP pathnames (files) to delete on the remote host. Combine with the FileList output parameter from the [FTP] Find on Remote module. |
|
Log output level | In | Choices: Minimal , Verbose The level of execution detail you want to appear in the log. |
Default: Minimal |
Processed file list | Out | List of pathnames (files) that were deleted. |
(Italics = required parameters)
Notes
Attempts to delete all the specified files on the remote FTP server. The output parameter Processed file list
contains a FileList
of all the files that were successfully removed from the remote FTP server.
Last Updated:
10/3/2023 1:07:03 AM