You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: