GetRequestStatus
This is a message of the
Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a client program to the Freenet node.
It asks the node to provide all it knows about the current progress of the request. Normally for a persistent, direct, completed
ClientGet this will be a
PersistentGet message followed by a
DataFound message (maybe a
SimpleProgress message first), and then an
AllData message with the actual data.
Example
GetRequestStatus
Identifier=MyIdentifier123
Global=true
OnlyData=false
End
| Field |
Possible values |
Mandatory? |
Default |
Description |
| Identifier |
Arbitrary text |
Yes |
|
The unique identifier of the queued insert or download. |
| Global |
true, false |
No |
false |
Whether to look on the global queue for inserts and downloads |
| OnlyData |
true, false |
No |
false |
Whether to just include the AllData message (for direct ClientGet's). If false, all status messages for that request will be included. |