Elements
5.8
A C++ base framework for the Euclid Software.
|
Go to the documentation of this file.
36 "You are trying to use WebDAV, "
37 "but it does not seem to be installed.");
43 path localFile)
const {
47 cmd +=
" -O " + localFile.
string();
ELEMENTS_API bool webdavIsInstalled()
Check whether the WebDAV client is installed.
std::string createDownloadCommand(path distantFile, path localFile) const override
Base class to synchronize test data.
boost::filesystem::path path
The dependency configurations holds, for each test file to be retrieved:
ConnectionConfiguration m_connection
ELEMENTS_API bool checkCall(std::string command)
The connection configuration mainly holds:
WebdavSynchronizer(const ConnectionConfiguration &connection, const DependencyConfiguration &dependency)