This commit is contained in:
Joey Hess 2013-12-11 14:02:49 -04:00
parent 37df2e3ebf
commit d180b8e5af

View file

@ -29,17 +29,17 @@ the content to send):
TRANSFER STORE Key File
Once the file has been sent, the program can reply with the result:
TRANSFER-SUCCESS STORE Key
Any number of other messages can be sent back and forth while that upload
Any number of messages can be sent back and forth while that upload
is going on. A common message the program would send is to tell the
progress of the upload (in bytes):
PROGRESS STORE Key 10240
PROGRESS STORE Key 20480
Once the file has been sent, the program can reply with the result:
TRANSFER-SUCCESS STORE Key
## git-annex messages
These are the messages git-annex may send to the special remote program.