I am currently running version 6.1.8 in a test environment, I have an FTP job that Puts all data found in a directory up to an FTP site via clear text FTP. After all files have been sent, I have a rename loop, that basically removes the .tmp extension from every file successfully uploaded.
Loop for each x in y: Result.UploadedFiles
For some reason, one process uploaded 4 files, but the loop used the previous run results instead of the current run results.
Has anyone else experienced this issue? Is this a known bug? I have only seen this happen once so far, but it's not good.
thanks.
Dennis Hepworth