Home
last modified time | relevance | path

Searched refs:odstfile (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dio.c665 const char *odstfile; in FTPPutOneF() local
911 odstfile = dstfile; in FTPPutOneF()
982 cip->rname = odstfile; in FTPPutOneF()
1224 if ((result = FTPRename(cip, dstfile, odstfile)) < 0) { in FTPPutOneF()
1229 if (FTPDelete(cip, odstfile, kRecursiveNo, kGlobNo) == kNoErr) { in FTPPutOneF()
1230 result = FTPRename(cip, dstfile, odstfile); in FTPPutOneF()
1232 …Error(cip, kDontPerror, "Could not rename %s to %s: %s.\n", dstfile, odstfile, FTPStrError(cip->er… in FTPPutOneF()
1235 …error, "Could not delete old %s, so could not rename %s to that: %s\n", odstfile, dstfile, FTPStrE… in FTPPutOneF()
1240 if (FTPUtime(cip, odstfile, st.st_atime, st.st_mtime, st.st_ctime) != kNoErr) { in FTPPutOneF()
1242 …Error(cip, kDontPerror, "Could not preserve times for %s: %s.\n", odstfile, FTPStrError(cip->errNo… in FTPPutOneF()