You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/11/15 00:05:53 UTC

[GitHub] [camel-k] brokenjacobs opened a new issue, #3812: FTP sink does not create directories when writing

brokenjacobs opened a new issue, #3812:
URL: https://github.com/apache/camel-k/issues/3812

   I'm actually using the kafka connector based on the ftp sink kamelet, but the error I'm receiving I believe is because the old `camel.sink.endpoint.autoCreate` property (which defaults to true) is not being used/set by the ftp-sink kamelet. The connector tries to cd to a directory in the path of my filename, and cannot. So it fails with a 550 error. Instead of attempting to mkdir the directory via ftp first. 
   
   Any advice on what to do, or any extra debug I can provide, I'm happy to do so/receive advice. 


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] brokenjacobs closed issue #3812: FTP sink does not create directories when writing

Posted by GitBox <gi...@apache.org>.
brokenjacobs closed issue #3812: FTP sink does not create directories when writing
URL: https://github.com/apache/camel-k/issues/3812


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] brokenjacobs commented on issue #3812: FTP sink does not create directories when writing

Posted by GitBox <gi...@apache.org>.
brokenjacobs commented on issue #3812:
URL: https://github.com/apache/camel-k/issues/3812#issuecomment-1314602982

   This was an issue on the ftp server end it turns out.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org