Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP sink does not create directories when writing #3812

Closed
brokenjacobs opened this issue Nov 15, 2022 · 1 comment
Closed

FTP sink does not create directories when writing #3812

brokenjacobs opened this issue Nov 15, 2022 · 1 comment

Comments

@brokenjacobs
Copy link

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.

@brokenjacobs
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant