Git Product home page Git Product logo

fastcopy's Introduction

FastCopy

介绍

快速复制一个目录下大量小文件到其他目录

软件架构

复制的时候在目标目录建立一个临时文件夹。先将文件复制到临时文件夹中。当临时文件夹的文件数量大于 一定数量的时候直接移动到目标目录中。复制的时候使用多线程复制。

地址

Gitee
Github

安装教程

直接将jar放到本地就好

使用说明

java -jar FastCopy src  dst [可选参数]  
 (必须)src:源目录,必须是目录并可读
 (必须)dst:目标目录,必须是目录并可写
 [可选参数]:
	-record 文件复制记录的位置,默认在目标目录,用于在程序断开后重新启动
	-threadnum 同时运行最大线程数量,默认为cpu核心数
	-pageDirNum 每个分页文件夹最大文件数量,默认为5000。即每5000个文件放入一个文件夹然后再重新复制

fastcopy's People

Contributors

panfeng-hn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.