HOME 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
..
Properties 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
App.config 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
Program.cs 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
QVCopier.csproj 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
QvcMainForm.Designer.cs 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
QvcMainForm.cs 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
QvcMainForm.resx 2a7f163c3b new project: QVCopier, GUI layout 3 years ago
Readme.md 2a7f163c3b new project: QVCopier, GUI layout 3 years ago

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