Hello,
How do you clear all contents of an FTP folder if Delete FTP directory does not work with variables? Here is what I am trying to do.
- Open secure FTP connection
- List FTP directory (which creates Files and Directories variables)
- Delete FTP file using the Files variable from above (removes all files in the top lever folder, as expected)
- Delete FTP directory? Variables don't work, so using the Directories variable created above is not possible.
Any help would be appreciated.