perlundq/yajsync

Push or pull protocol

Opened this issue · 0 comments

From the API, I could understand that it transfers data in one direction and pushes/uploads data from source to destination.

From the below example illustrated:
java -Dumask=$(umask) -jar yajsync-app/target/yajsync-app-0.9.0-SNAPSHOT-full.jar client --port=14415 -r example localhost::Uploads

it seems that we are uploading data from Client(from example directory) to server(in uploads directory).

Please confirm if this is true ?