Details
-
Type:
Task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1.3
-
Fix Version/s: Tech. Debt
-
Component/s: Transport: File, Transport: FTP / SFTP
-
Labels:None
-
User impact:Medium
-
Affects Docs:Yes
-
Similar Issues:None
Description
Currently we have different behaviours in the FTP and the file transport:
- file transport moves the file to the moveToDir before it constructs the MuleMessage and routes it
- FTP transport first routes the MuleMessage and moves to moveToDir afterwards
Since both transports are roughly the same they should show the same behaviour.