#include "XrdClient/XrdCpWorkLst.hh"
#include "XrdOuc/XrdOucErrInfo.hh"
#include "XrdSys/XrdSysDir.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include <sys/stat.h>
#include <errno.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | PrintLastServerError (XrdClient *cli) |
bool | PedanticOpen4Write (XrdClient *cli, kXR_unt16 mode, kXR_unt16 options) |
Variables | |
const char * | XrdCpWorkLstCVSID = "$Id: XrdCpWorkLst.cc 30949 2009-11-02 16:37:58Z ganis $" |
Definition at line 42 of file XrdCpWorkLst.cc.
References XrdOucString::c_str(), ServerResponseBody_Error::errnum, XrdClientUrlInfo::File, XrdClientAbs::GetCurrentUrl(), XrdClientUrlInfo::GetUrl(), kXR_delete, kXR_NotFound, XrdClientAbs::LastServerError(), and XrdClient::Open().
Referenced by doCp_loc2xrd(), doCp_xrd2xrd(), and XrdCpWorkLst::SetDest().
void PrintLastServerError | ( | XrdClient * | cli | ) |
Definition at line 31 of file XrdCpWorkLst.cc.
References ServerResponseBody_Error::errmsg, ServerResponseBody_Error::errnum, and XrdClientAbs::LastServerError().
Referenced by doCp_loc2xrd(), doCp_xrd2loc(), doCp_xrd2xrd(), main(), XrdCpWorkLst::SetDest(), and XrdCpWorkLst::SetSrc().
const char* XrdCpWorkLstCVSID = "$Id: XrdCpWorkLst.cc 30949 2009-11-02 16:37:58Z ganis $" |
Definition at line 13 of file XrdCpWorkLst.cc.