Details
Description
SftpEndpoint always create generic file strategy even processStrategy object is set in endpoint, same code is used in FtpEndpoint so it's not working also
@Override protected RemoteFileConsumer<SftpRemoteFile> buildConsumer(Processor processor) { return new SftpConsumer(this, processor, createRemoteFileOperations(), createGenericFileStrategy()); }
it is working in FileEnpoint
protected FileConsumer newFileConsumer(Processor processor, GenericFileOperations<File> operations) { return new FileConsumer(this, processor, operations, processStrategy != null ? processStrategy : createGenericFileStrategy()); }
Attachments
Issue Links
- links to