You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
The Ftp.outboundGateway should support a fileExistModeExpression() method that accepts a SpEL expression to dynamically determine the FileExistsMode at runtime. This would allow users to conditionally choose between REPLACE, APPEND, FAIL, or other file exist modes based on message content or context variables.
Current Behavior
Currently, the Ftp.outboundGateway only supports fileExistMode() which accepts a static FileExistsMode value. This mode is fixed at configuration time and cannot be changed dynamically during message processing.
Context
I'd be willing to implement this feature if the team agrees it would be valuable to the Spring Integration community.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The
Ftp.outboundGateway
should support afileExistModeExpression()
method that accepts a SpEL expression to dynamically determine the FileExistsMode at runtime. This would allow users to conditionally choose betweenREPLACE
,APPEND
,FAIL
, or other file exist modes based on message content or context variables.Current Behavior
Currently, the
Ftp.outboundGateway
only supportsfileExistMode()
which accepts a static FileExistsMode value. This mode is fixed at configuration time and cannot be changed dynamically during message processing.Context
I'd be willing to implement this feature if the team agrees it would be valuable to the Spring Integration community.
The text was updated successfully, but these errors were encountered: