Skip to content

A developer tool for copying files slowly. It runs at the command line and accepts 3 parameters: Source, Destination, and Duration of the copy (in seconds).

License

Notifications You must be signed in to change notification settings

jonblackburn/TurtleCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TurtleCopy

A developer tool for copying files slowly.

TurtleCopy is a command line application, written in C#. It accepts 3 parameters: Source, Destination, and Duration of the copy.

Usage:   TurtleCopy.exe SourcePath DestinationPath Duration
    
  SourcePath: The path to the source file, include quotes if filename contains spaces
  DestinationPath: The path, including a file name, to which the file should be copied
  Duration: The time (in seconds) that it should take to copy the file to the destination

As the file copies it will create and lock a temp file containing a ".filepart" extension.
once the file is complete it will rename it, removing ".filepart" and release the lock.

About

A developer tool for copying files slowly. It runs at the command line and accepts 3 parameters: Source, Destination, and Duration of the copy (in seconds).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages