Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1012 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1012 Bytes

usync

uniqs cross platform file and folder sync

currently use dmon to monitor file change:

currently use libssh2 to transfer files between client and server.

libssh2 depends:

todo:

  • mac port

build:

  • win use cygwin to build. build shell: projects/usync/build_win_cygwin.sh. you must make and make install openssl and zlib first, check the build steps of openssl and zlib in the link above for detail.
  • linux build shell: projects/usync/build_ubuntu.sh. linux build is so simple that we will not publish linux runnable version. If needed, just leave a message or submit an issue at your convenience.
  • mac not tested currently.