I am using VisualCron for many different tasks and I’m very pleased with the results.
I have a new requirement which I’m struggling to perform in VisualCron and I’m looking for some assistance.
Each day I download approx 1,500 files from an FTP site. They are encrypted using PGP and the files are named similar to this example: examplefile.txt.pgp.
• I am looking to schedule a task to run at set intervals during the morning which will perform the following:
• Compare the files which are available to be downloaded against those that have already been downloaded
• Download new files
• Decrypt new files using PGP
• Rename each file to remove the pgp extension
• Move the new decrypted files to a mapped drive
Any advice or recommendation on how to achieve this would be gratefully received.