testConfig.setUserPass(userPass);
HTTPConnection connection = WebDavUtils.getAuthConnection(testConfig);
String filePath = WebDavUtils.getFullPath(testConfig);
HTTPResponse response = connection.Head(filePath);
LOG.info("Testing connection....");
int status = response.getStatusCode();