int provideScriptList

( int clifd )

Reloads local file serverscripts to determine which scripts may be invoked with the server program and sends a list to the requesting client.

Documentation

Reloads local file serverscripts to determine which scripts may be invoked with the server program and sends a list to the requesting client. First, the total number of bytes will be sent. Then, the script names, separated by newlines ('\n'). The client can refer to the scripts by index number, where the first name is index zero (0), the second is index one (1), etc.
Parameters:
clifd - Socket Descriptor to send data on.
Returns:
0 on success.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.