Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 344 Bytes

autoSync

auto sync directury to linux server

usage :

$ python autoSync.py default.xml

depends :

pip install paramiko
pip install watchdog

compile to stand alone binary file :

python pyinstaller.py -F autoSync.py

bin file is in autoSync/dist

pyinstaller :https://github.com/pyinstaller/pyinstaller