Re: GetFiles to set timestamp on local files (General questions)
Your first option of a new timestamp property with an event *after* the file is copied will work. The event should provide at least these parameters: RemoteFile, LocalFile, Timestamp.
The second option of setting the timestamp of *previous* file during the LoopItem event will not work because I can not get file attributes of the remote file while GetFiles method is still active.
Even a better option would be to let wodFtpDLX automatically set the right timestamp on upload or download of a file.