gpt4 book ai didi

java - 使用 `FTPClient` 从 FTP 服务器下载部分文件

转载 作者:行者123 更新时间:2023-12-01 12:04:05 25 4
gpt4 key购买 nike

是否可以使用 FTPClient 从我的 FTP 服务器仅下载文件的一部分?这部分应该由两个longmn指定,意思是“从字节m开始直到字节 >n.

使用 FTP 协议(protocol)真的可以实现这样的事情吗?

最佳答案

使用ftp4j library您可以执行以下操作:

client.download("remoteFile.ext", new java.io.File("localFile.ext"), 1056);

文档对该方法的描述如下:

This one resumes the download operation starting from the 1056th byte of the file. The first byte transferred will be the 1057th.

关于java - 使用 `FTPClient` 从 FTP 服务器下载部分文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27779419/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com