Go to the documentation of this file.
16 #ifndef XRD_CLIENT_ADMIN_H
17 #define XRD_CLIENT_ADMIN_H
51 bool writable,
int opts,
bool all =
false);
69 bool SysStatX(
const char *paths_list,
72 bool Stat(
const char *fname,
84 long long &stagingfree,
88 vecString &entries,
bool askallservers=
false);
100 bool askallservers=
false);
114 long long &largestchunk);
125 bool Mv(
const char *fileSrc,
126 const char *fileDest);
128 bool Mkdir(
const char *dir,
133 bool Chmod(
const char *file,
138 bool Rm(
const char *file);
140 bool Rmdir(
const char *path);
148 bool Prepare(
const char *paths,
157 bool writable=
false);
163 return Locate( path, hosts, 0 );
171 bool Truncate(
const char *path,
long long newsize);