Yep. Thanks for your help Martin.
- jglisson
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
TEMP2_FTP.log
), when I was checking the timestamps.
ls
command does not provide the timestamp to the second. But the stat
command does. BizTalk issues the ls
command, downloads any files, then issues the stat
command before it deletes the file. However, the stat
command to MoveIT does report the seconds. So, to BizTalk it looks as if the file has changed, and as such does not issue a rm
command.
Later when BizTalk tries to delete the file it tries to delete (rm) the file based on the initial ls(dir) time stamp which does not match.
ls
log and it matches the stat
timestamp later, so it's possibly not relevant.
rm
script command, which deletes the file. (See attached TEMP2_FTP.log
)
rm
script command, so the file is never deleted. (See attached TEMP_FTP.log
)
rm
command.