Click here to Skip to main content
15,902,766 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can calculate md5 hash of ftp files in c#

What I have tried:

I found some source on internet bu i couldn't find anything
Posted
Updated 14-Jul-16 23:37pm

1 solution

All you can do on a file on a remote FTP server is DownLoad or UpLoad the file.
Quote:
how can calculate md5 hash of ftp files in c#

1) DownLoad the file on your PC.
2) Do what you want on the file.
 
Share this answer
 
Comments
Sake562 15-Jul-16 5:40am    
Can i calculate md5 of file not doing download?
phil.o 15-Jul-16 5:46am    
No.
Patrice T 15-Jul-16 8:16am    
No
Sake562 15-Jul-16 5:58am    
For example I upload file from my pc to ftp server but i want to check my files uploaded to ftp server or no ?
Patrice T 15-Jul-16 8:19am    
No, you need to re-download the file before.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900