Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试通过camel FTP组件将文件放到远程服务器时,我想自定义PUT行为以满足我的要求,就像我从远程服务器获取文件一样。
但是,我找不到哪种方法实际上是通过 FTP 组件将文件执行到远程。
Camel 使用 commons-net 库作为 FTP 客户端。您可以查看该项目如何自己使用它来编写自己的代码以将文件上传到 FTP 服务器并在之前/之后执行任何命令等等。