ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Skwire Empire

Release: SFV Ninja (Simple File Verification application)

<< < (31/32) > >>

Deozaan:
I have two folders, say named Folder A and Folder B.
They're stored under different paths and have different names. Inside are other nested folders and files, which have the same general directory structure, but may or may not all match. What I'm trying to find out is exactly what's there and what's not, and for the ones that have same filename and patch, whether they're indeed the exact same files.
-Cocoa (March 16, 2017, 04:04 AM)
--- End quote ---

The fact that SFV Ninja stores relative paths instead of absolute paths lets you accomplish what you want:


* Use SFV Ninja to create a checksum file for Folder A.
* Save the resulting checksum file in Folder A.
* Move the checksum file (or copy it) to Folder B.
* Open the checksum file with SFV Ninja and have it verify the checksums.-Deozaan (March 16, 2017, 09:40 AM)
--- End quote ---
That's what I thought would be the steps, except when I created the checksum file and moved it to the other folder, then selected "Load checksum file" -> "Verify All", all I got was the program re-verifying all the files in the initial folder that the checksum was created from. I also tried "Scan folder for checksum file and load" and got the same result.
-Cocoa (March 17, 2017, 05:18 AM)
--- End quote ---

That shouldn't happen if you follow my instructions to save the checksum in Folder A. Since the paths are relative, it should verify the checksums for the current folder, which will be Folder B after you copy/move the file.

I also forgot to say that after you've copied/moved the file, you should clear the list, and then add Folder B to the list using the "Add folders to list" option before loading/verifying the checksum file. This will show you which files don't exist in Folder A, since they won't have any checksums saved in the checksum file.

Cocoa:
@Dezoaan Thanks, I got the sfv working now.

This might be a bit confusing but where you save the SFV file is important in relation to which files are in the list:

* Files that are on the same drive as the saved SFV file path are saved with paths relative to the save folder.
* Files that are on a different drive than the saved SFV file path are saved with full paths.-skwire (March 17, 2017, 11:02 AM)
--- End quote ---

Thank you for the reply, but as an average user, it IS rather confusing for me why the location where the sfv file is saved should matter. It's especially hard to understand just from reading the two sentences.  :huh: BtW, by "same drive" do you mean an entire physical hard drive itself or just a logical partition?

I've managed to accomplish the initial goal of comparing those two folders by saving the sfv file first inside the first folder. After some more time testing and using SFV Ninja, I do have some additional questions:
There are some cases where it's not possible to save the sfv file in the exact same location as the files/folders the checksums were being generated for. For example, when reading the contents of a networked drive or an optical disk/image. The original path might be read-only. Is it absolutely necessary to save the checksum in the exact same path? Is there another way?

Also, it would be helpful to be able to export the results of the checksum comparison report as a txt or html formatted file. I've tried to directly use Ctrl + C to copy the results and paste it into notepad, but it appears the contents are not possible to copy into clipboard.

skwire:
BtW, by "same drive" do you mean an entire physical hard drive itself or just a logical partition?-Cocoa (March 22, 2017, 09:30 AM)
--- End quote ---

Same logical partition.

Also, it would be helpful to be able to export the results of the checksum comparison report as a txt or html formatted file.-Cocoa (March 22, 2017, 09:30 AM)
--- End quote ---

See new version below.

Website | Download
v1.3.6 - 2017-05-06
    + List clear mode toolbar option is now saved.
    + Added "Save list to HTML file" option under the File menu. (Thanks, Cocoa)
    * Good rows are now coloured green.
    * Eliminated dependency on resources.dll for icon glyphs.
    * Eliminated dependency on temp directory.

Seveleven:
Hello, thank you for this very handy program. I especially like the "check only new files" option which saves me so much time on really large folders.

I was wondering if you could add an "ignore list" where the user can add files and filetypes which SFV Ninja will completely ignore like "Thumbs.db", ".txt" files or other hash files like ".sha1", ".md5", etc.

Frog Manus:
v1.3.6 - 2017-05-06

Can't open or check file if the file name is too long

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version