camel sftp端点中的符号链接

时间:2017-03-06 08:54:24

标签: apache-camel sftp symlink

在包含少量符号链接的sftp-endpoint中使用filter属性时遇到一些问题。我的路线如下:

<route id="test1">
    <from uri="sftp://myhost/../../my_storage/dir_with_symlinks?username=user&amp;password=mypass&amp;recursive=true&amp;stepwise=false&amp;filter=#MyFileFilter"/>
    <to uri="file:/tmp/sftp/myout"/>
</route>

MyFileFilter.accept(GenericFile<T> file)中,我只将所有链接的目录设为RemoteFile<T>,但其中的文件将无法显示。 显然,我错过了部分代码。知道我怎么能解决这个问题?

0 个答案:

没有答案