I am trying to create a FTP task that connects to a local FTP server (Mapping network drives does not seem to work in Visual Cron 😞 )
I am able to download the files from the FTP and remove the files but I also want to remove the folders that I download. There seems to be only a option to remove the files after download
I connect to the server and ftp layout looks like this
\
\folder1
file1
file2
\folder2
file1
file2
After downloading it looks like this
\
\folder1
\folder2
After downloading all the files and folders I want to delete the files and folders from the ftp server.
Any ideas 😕