/* This is a sample program that uses several Chirp API calls to list a file server, write data to a file, and then checksum that file. You can use this file as a starting point for writing more complex programs. */ #include #include #include #include #include #include "chirp_reli.h" #include "debug.h" #include "auth_all.h" #include "md5.h" static int timeout=60; static void show_help( const char *cmd ) { printf("use: %s [options]\n",cmd); printf("where options are:\n"); printf(" -a Require this authentication mode.\n"); printf(" -d Enable debugging for this subsystem.\n"); printf(" -t