karthik kannan B
karthik kannan B

Reputation: 31

Read files from sub-folders using camel ftp

Is it possible to read files from sub-folders using Camel-ftp? ex. i connect to an ftp server like

sftp://xxx:22/ftp?

In this i might have an sub-folder structure like /ftp/test/...

Can camel read files under the sub-folders? I tried to do, but camel doesn't seem to read from sub-folders

Upvotes: 1

Views: 1295

Answers (1)

c0ld
c0ld

Reputation: 855

Try using recursive=true . FTP SFTP endpoint extending GenericFileEndpoint and have same properties like file endpoint

Upvotes: 1

Related Questions