7 #ifndef CHIRP_RECURSIVE_H
8 #define CHIRP_RECURSIVE_H
10 #include "int_sizes.h"
27 INT64_T
chirp_recursive_put(
const char *hostport,
const char *sourcepath,
const char *targetpath, time_t stoptime);
39 INT64_T
chirp_recursive_get(
const char *hostport,
const char *sourcepath,
const char *targetpath, time_t stoptime);
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.
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.