0

根据链接,在 linux 系统上移动或删除 FTP 文件(删除后又将文件移动到 .folder)存在问题。

问题的修复从 2.10.5 开始提供。但是在 Jboss Fuse Server 6.0 中,默认功能是 2.10.0。请建议我们解决此问题的最佳方法。

4

1 回答 1

0

最后我找到了答案,问题出在 commons-net-3.2 jar 上。我升级到 3.3 版本,现在它的工作。

--Upgrade the version of commons
uninstall commons-net 3.2 version
install mvn:commons-net/commons-net/3.3

--Steps in Configuring Fuse Server

1. To view dependencies of a project bundle
    command -> dev:show-tree bundle-id

2. To uninstall a bundle :
    uninstall bundle-id
    uninstall commons-net 3.2 version

3. To install a bundle : ( -s means start bundle immediately after installation is successful)
    install -s mvn:commons-net/commons-net/3.3

4. restart your project bundle.

5. Then restart the karaf server.
于 2013-12-02T02:05:27.237 回答