且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

计算ftp文件的md5哈希值

更新时间:2023-09-25 21:28:40

你可以对远程FTP服务器上的文件做的就是DownLoad或UpLoad文件。

All you can do on a file on a remote FTP server is DownLoad or UpLoad the file.
引用:

如何在c#中计算ftp文件的md5哈希

how can calculate md5 hash of ftp files in c#



1)下载电脑上的文件。

2)在文件上做你想做的事。


1) DownLoad the file on your PC.
2) Do what you want on the file.