#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "ftp_demo.h"
#include "globus_common.h"
#include "globus_symboltable.h"
#include "globus_rsl.h"
#include "globus_ftp_client.h"
#include "printf_plugin.h"
#include "netlogger_plugin.h"
#include "control_plugin.h"
#include "reliability_plugin.h"
Functions | |
| int | ftp_demo_config ( ftp_demo_config_t * demo_config, char * filename) |
| Parse the configuration file. More... | |
Variables | |
| char** | environ |
|
|
Parse the configuration file. This function reads the given configuration file and then the RSL in the file into the demo_config structure. The syntax of the configuration RSL is described in Configuration File.
|