Skip to content

sbrace-git/copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy

  • copy file
  • copy directory

Develop environments

  • JDK 8+
  • Maven 3.x

Usage

  • download or build release copy-1.3.jar
  • install JRE 8+
  • java -jar copy-1.3.jar [<options>] <path>

Examples

copy

  • java -jar copy-1.3.jar fileName.suffix
  • java -jar copy-1.3.jar "file name.suffix"
  • java -jar copy-1.3.jar directoryName
  • java -jar copy-1.3.jar D:\foo\bar\fileName.suffix
  • java -jar copy-1.3.jar D:\foo\bar\directoryName
  • java -jar copy-1.3.jar /home/foo/bar/directoryName
  • java -jar copy-1.3.jar /home/foo/bar/fileName

encrypt

  • java -jar copy-1.3.jar -e fileName.suffix
  • java -jar copy-1.3.jar -e directoryName