Go to the documentation of this file. 1 #ifndef XRD_CLIENT_ADMIN_H
2 #define XRD_CLIENT_ADMIN_H
69 bool writable,
int opts,
bool all =
false);
87 bool SysStatX(
const char *paths_list,
90 bool Stat(
const char *fname,
102 long long &stagingfree,
106 vecString &entries,
bool askallservers=
false);
118 bool askallservers=
false);
132 long long &largestchunk);
143 bool Mv(
const char *fileSrc,
144 const char *fileDest);
146 bool Mkdir(
const char *dir,
151 bool Chmod(
const char *file,
156 bool Rm(
const char *file);
158 bool Rmdir(
const char *path);
166 bool Prepare(
const char *paths,
175 bool writable=
false);
181 return Locate( path, hosts, 0 );
189 bool Truncate(
const char *path,
long long newsize);