Script with delay between each file transfer
I have a WinSCP script called from a Windows scheduled Batch file, which down loads from FTP to local folder seven files, one after each other, but I am now being told the files are coming down to fast for the system to process. I dont really want to create seven schedules with seven scripts (one for each file). Is there anyway to inject a 5 min delay in the script between each GET command? Or telling WinSCP to wait for the last file to disappear in the target folder before doing the next GET.