How to delete Multiple Files from FTP location?

Hi Vinod

From my previous post.

“…use the List Directory command with the file spec for the list of files you wish to delete”. This is the “FTP List Directory” action.

Taken from:

"To solve your current issue, you will need to use the List Directory command with the file spec for the list of files you wish to delete. Push the value from this into a variable. Then iterate through this list and delete each files from the FTP server. Then delete the directory in question, note that is usually has to be empty before FTP servers allow deletion of a directory. This can then be repeated for each directory you wish to delete files for. "