zipwiz commented on PR #12280:
URL: https://github.com/apache/camel/pull/12280#issuecomment-2262954348

   Too late, however: This produces a checksum file after completion of the 
"temp file mechanism", i. e. if use of "temp named" file is requested, then 
_first_ the "temp named" file is transferred, _then_ this file is renamed to 
its final name _AND THEN_ the checksum file is generated and transferred WITH 
ITS FINAL NAME. This is not always useful: We have e requirement to (1) 
transfer file + checksum WITH TEMP NAME and (2) afterwards rename both files, 
the checksum file being the first to rename. Currently this is not feasible 
with this code. What about changing the impl to behave this way always? (or to 
make this requestable by a new parameter? There are myriads of parameters 
already anyway). I think that is not a too exotic feature.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to