是否可以使用FileObject :: findFiles方法或類似的方法來搜索存儲在文件夾中的ZIP文件?或者我必須自己打開zip文件? FileObject root = vfs.resolveFile(file:///home/me/test/vfsdir);
// shows everything except the content of the zip
FileObject[] a
我可以使用指定的憑據成功連接到WinSCP到SFTP服務器。但是,使用Apache VFS從Java做的時候,我得到錯誤: Caused by: org.apache.commons.vfs2.FileSystemException: Could not connect to SFTP server at "sftp://username:***@server_addres/".
at org.