F.3.32 Command 40: GETREMOTECHILDREN
GETREMOTECHILDREN command@GETREMOTECHILDREN command
- Send
- string object, optional string query
- Recv
- int error, int count, int offsets[], remainder
records
- Description
- This command is used to retrieve `children' of
documents originating from a non-native (that is, not Hyper-G) server. It
works similar to the GETREMOTE command and accepts an additional
query string. The resulting documents (for example, a Gopher directory
listing) are transformed into Hyper-G objects and returned.
- Errors
- If error is not zero, an error has occurred. Errors
can only come from the document cache server inside the Hyper-G
server complex, and have numbers larger than 1024.
NOCONNECTION (1026) the connection to the document server is broken
SERVERTIMEOUT (1049) the document server did not respond for a certain amount of time
INVALIDOBJECT (1052) error in the object
CONNECTREMOTE (1063) the document server could not connect to the non-native server
