filecxx / FileCentipede

Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.
http://filecxx.com
7.41k stars 464 forks source link

Add Checksum verification for Files (Convenience feature) #784

Open IkelAtomig opened 4 months ago

thiendt2k1 commented 4 months ago

Already, right click that file, copy -> checksum image image

IkelAtomig commented 4 months ago

It calculates but I want in a way, so I input the checksum from download page and it says, Verified. If not, not verified, Download may be corrupted.

AmyCoa commented 4 months ago

屏幕截图_20240523110721 windows有比较校验的插件

IkelAtomig commented 4 months ago

As title says, it is for Convenience. Instead of going to File manager and then, opening properties, etc.

filecxx commented 4 months ago

I'm not entirely sure what you mean, but I will incorporate a feature similar to that.

https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-x86_64-Media.iso

The corresponding checksum file is

https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-x86_64-Media.iso.sha256

After the file is downloaded, try to fetch the checksum file from the HTTP server. If the checksum file exists, perform the verification process.

IkelAtomig commented 4 months ago

You could infer things from Free Download Manager's implementation abbut what I am trying to say.

IkelAtomig commented 2 months ago

Also Add verifying with ASCII based GPG keys.