05-25-2021, 06:52 PM
Hello,
Regarding zip-unzip on FTP, I currently don't have capacities unfortunately. What you could do as a workaround for now is to download the zip files, extract, and then upload the content to the FTP server.
With respect to remove old files, you could try a dynamic formula by date: for example delete all files from yesterday by defining the path as ="home/myfolder/myfile_" & TEXT(TODAY()-1,"YYYYMM") & "*.zip"
Let me know if this helped!
Take care,
Tom
Regarding zip-unzip on FTP, I currently don't have capacities unfortunately. What you could do as a workaround for now is to download the zip files, extract, and then upload the content to the FTP server.
With respect to remove old files, you could try a dynamic formula by date: for example delete all files from yesterday by defining the path as ="home/myfolder/myfile_" & TEXT(TODAY()-1,"YYYYMM") & "*.zip"
Let me know if this helped!
Take care,
Tom