一个简单的文件夹synchronozation工具java写的。
资 源 简 介
JSimpleSync
JSimpleSync is a very basic folder synchronization tool written in Java, using TCP sockets. It does NOT have any conflict resolving capabilities and only mirroring type of synchronizations are supported. It also utilizes observer and state machine design patterns. This project was part of a "Network Technologies" course.
This project uses the following libraries:
* Base64 (for en/decoding binary data to wrap in an XML message)
* dom4j (for parsing XML messages)
文 件 列 表
JSimpleSync_Client_FSM.png
JSimpleSync_CSE471_TermProject
build.xml
jsimplesync.properties
lib
manifest.mf
nbproject
src
JSimpleSync_Server_FSM.png
README.txt