Skip to content

The console program synchronize files from dir sours to dir dest. It need two parameters path sour and path dest.

Notifications You must be signed in to change notification settings

SergiiShcherbakov/FileSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

FileSynch

That is educational project in courses Juja.com.ua. The console program that, takes two parameters source, destDir. It has one class and start with java FileSynch. The class, haven`t package (i understand it bad way, but it requires the technical assignment). The program use java.nio.file API from java java7.

The program can:

  • Create dir destDir, if it not exist.
  • Copy all files from source to dest, that do not exist in dest..
  • Copy all changed files from source to dest. The different files is if it has another size.
  • Delete files from dest if it don`t exist in source.

About

The console program synchronize files from dir sours to dir dest. It need two parameters path sour and path dest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages