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 中读取 FTP 文件(无需下载)时直接获取文件的 MD5 校验和?
你不能那样做。要计算MD5哈希,您需要访问文件中的每个字节。因此,您需要先下载它。在 Java 或任何其他编程语言中。