reorder
This commit is contained in:
parent
37df2e3ebf
commit
d180b8e5af
1 changed files with 5 additions and 5 deletions
|
@ -29,17 +29,17 @@ the content to send):
|
||||||
|
|
||||||
TRANSFER STORE Key File
|
TRANSFER STORE Key File
|
||||||
|
|
||||||
Once the file has been sent, the program can reply with the result:
|
Any number of messages can be sent back and forth while that upload
|
||||||
|
|
||||||
TRANSFER-SUCCESS STORE Key
|
|
||||||
|
|
||||||
Any number of other messages can be sent back and forth while that upload
|
|
||||||
is going on. A common message the program would send is to tell the
|
is going on. A common message the program would send is to tell the
|
||||||
progress of the upload (in bytes):
|
progress of the upload (in bytes):
|
||||||
|
|
||||||
PROGRESS STORE Key 10240
|
PROGRESS STORE Key 10240
|
||||||
PROGRESS STORE Key 20480
|
PROGRESS STORE Key 20480
|
||||||
|
|
||||||
|
Once the file has been sent, the program can reply with the result:
|
||||||
|
|
||||||
|
TRANSFER-SUCCESS STORE Key
|
||||||
|
|
||||||
## git-annex messages
|
## git-annex messages
|
||||||
|
|
||||||
These are the messages git-annex may send to the special remote program.
|
These are the messages git-annex may send to the special remote program.
|
||||||
|
|
Loading…
Add table
Reference in a new issue