simplify PROGRESS
Only one transfer will be running at a time, per external special remote.
This commit is contained in:
parent
b09613ebc7
commit
38694ed582
1 changed files with 3 additions and 3 deletions
|
@ -60,8 +60,8 @@ The special remote can continue sending messages to git-annex during this
|
||||||
transfer. It will typically send progress messages, indicating how many
|
transfer. It will typically send progress messages, indicating how many
|
||||||
bytes have been sent:
|
bytes have been sent:
|
||||||
|
|
||||||
PROGRESS STORE somekey 10240
|
PROGRESS 10240
|
||||||
PROGRESS STORE somekey 20480
|
PROGRESS 20480
|
||||||
|
|
||||||
Once the key has been stored, the special remote tells git-annex the result:
|
Once the key has been stored, the special remote tells git-annex the result:
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ in control.
|
||||||
Supported protocol version. Current version is 0. Must be sent first
|
Supported protocol version. Current version is 0. Must be sent first
|
||||||
thing at startup, as until it sees this git-annex does not know how to
|
thing at startup, as until it sees this git-annex does not know how to
|
||||||
talk with the special remote program!
|
talk with the special remote program!
|
||||||
* `PROGRESS STORE|RETRIEVE Key Int`
|
* `PROGRESS Int`
|
||||||
Indicates the current progress of the transfer (in bytes). May be repeated
|
Indicates the current progress of the transfer (in bytes). May be repeated
|
||||||
any number of times during the transfer process. This is highly recommended
|
any number of times during the transfer process. This is highly recommended
|
||||||
for STORE. (It is optional but good for RETRIEVE.)
|
for STORE. (It is optional but good for RETRIEVE.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue