3 Star 6 Fork 5

panfeng-Hn / FastCopy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

FastCopy

介绍

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

软件架构

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

地址

Gitee
Github

安装教程

直接将jar放到本地就好

使用说明

java -jar FastCopy src  dst [可选参数]  
 (必须)src:源目录,必须是目录并可读
 (必须)dst:目标目录,必须是目录并可写
 [可选参数]:
	-record 文件复制记录的位置,默认在目标目录,用于在程序断开后重新启动
	-threadnum 同时运行最大线程数量,默认为cpu核心数
	-pageDirNum 每个分页文件夹最大文件数量,默认为5000。即每5000个文件放入一个文件夹然后再重新复制
The MIT License (MIT) Copyright (c) 2018 panfeng-Hn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

快速复制一个目录下大量小文件到其他目录 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/panfeng-Hn/FastCopy.git
git@gitee.com:panfeng-Hn/FastCopy.git
panfeng-Hn
FastCopy
FastCopy
master

搜索帮助