【发布时间】:2021-05-06 14:25:05
【问题描述】:
Apache Camel SFTP 实现使用 JSch。但是 JSCH 只支持二进制文件传输,我从这个链接了解到:
How to set file type and file transfer mode in JSch?
那么Camel SFTP如何支持binary作为URI参数呢?
https://camel.apache.org/components/latest/sftp-component.html
我的理解有错吗?
【问题讨论】:
标签: java apache-camel sftp jsch