HOME 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
..
Properties 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
App.config 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
Program.cs 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
QVCopier.csproj 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
QvcMainForm.Designer.cs 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
QvcMainForm.cs 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
QvcMainForm.resx 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos
Readme.md 2a7f163c3b new project: QVCopier, GUI layout %!s(int64=3) %!d(string=hai) anos

Readme.md

# QVCopier

Queue and Verify File Copier

Alt clone of TeraCopy

Features

  • UI
    • Add files to queue list
    • Before start, preview destination path and check exist
    • Pause and resume
    • List operation
    • Tabs to filter by status
    • Retry
      • Error handler when queue finished
      • Requeue when not finished yet
    • Batch delete source files
  • Core
    • Big buffer for optimize performance and reduce device wear
    • Verify CheckSum between source and destination
    • Source file read 1 time, calculate checksum and put to buffer

Future

  • Save / Load progress

Technical details

  • Runing Hash calcute
    • HashAlgorithm.HashCore
    • HashAlgorithm.HashFinal