簡體   English   中英

在Linux中刪除文件時,Apache Camel FTP 550錯誤

[英]Apache Camel FTP 550 Error while deleting the files in linux

按照鏈接 ,在Linux系統上存在FTP文件移動或刪除問題(刪除后依次將文件移動到.folder)。

此問題的修復程序從2.10.5開始可用。 但是在Jboss Fuse Server 6.0中,默認功能是2.10.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.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM