#include "int_sizes.h"
Go to the source code of this file.
Functions | |
INT64_T | chirp_recursive_put (const char *hostport, const char *sourcepath, const char *targetpath, time_t stoptime) |
Recursively put a file or directory to a Chirp server. | |
INT64_T | chirp_recursive_get (const char *hostport, const char *sourcepath, const char *targetpath, time_t stoptime) |
Recursively get a file or directory from a Chirp server. |
|
Recursively put a file or directory to a Chirp server. Relies on chirp_reli_putfile and similar calls to handle a number of failure cases.
|
|
Recursively get a file or directory from a Chirp server. Relies on chirp_reli_getfile and similar calls to handle a number of failure cases.
|