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.
Web 应用程序是用 Java/Jsp 开发的。我想做的一件事是从 FTP 下载一个目录到一台用户客户端电脑。由于该目录下至少要传输700MB的文件,而且FTP下载速度有时很慢。当我使用ativex进行下载时,网页卡住了很长时间。下载完成后,会话超时。那么我该如何解决下载和超时的事情呢?
你可以从这里参考 http://www.codejava.net/java-se/networking/ftp/how-to-download-a-complete-folder-from-a-ftp-server它对我有用
http://www.codejava.net/java-se/networking/ftp/how-to-download-a-complete-folder-from-a-ftp-server