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.
我需要使用 Java 从 Unix 服务器将文件从具有许多子目录(而每个目录又包含许多其他目录和文件)的目录 ftp 到我的本地计算机。
我尝试使用org.apache.commons.net.ftp.FTPClient和it.sauronsoftware.ftp4j.FTPClient下载,但我无法递归下载文件。
org.apache.commons.net.ftp.FTPClient
it.sauronsoftware.ftp4j.FTPClient
或者有什么办法可以将根目录本身下载到本地机器上?
请帮我。