Details
-
Fix
-
Status: Approved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If a receive operation is started using a regular expression, then the following behaviour will occur:
1) SOSFTP is selecting the file list using the regexp creating a file list
2) transfer file by file is startet
3) transfer is in progress
4) transfer is finished
5) all files matchting the regexp are deleted on the source server
The problem occurs if during 1) to 5) comes additional files into the folder. these files are note on the list created by 1) but will be delete in step 5), because the regexp is used for deletion (and not the file list created in 1) ).
Solution: use the file list for deletion as well.
see: http://www.sos-berlin.com/otrs/index.pl?Action=AgentTicketZoom&TicketID=109&ArticleID=468