PHP - 获取远程文件的 md5?

2022-01-09 00:00:00 ftp md5 php

是否可以在远程服务器上获取文件的 md5?如果有怎么办?

Is it possible to get the md5 of a file on a remote server? If so how?

推荐答案

md5_file("http://remotelocation/file")

相关文章