This wiki is now locked - both user registration and edits (except by admins) are disabled. We're currently migrating all the content to our new wiki. If you have time, please register and help us out!

You can still view the source code of every page. Once a page has been copied over to the new wiki, please add a link to it to MigratedPages (the only page which is still editable), to notify the admins to go and blank it.


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.
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki