From 8aa1b69adafb18c9327ef37149f6b7394af3abd2 Mon Sep 17 00:00:00 2001 From: Berk Geveci Date: Wed, 24 Oct 2001 15:51:05 -0400 Subject: public no longer has anonymous ftp. --- DartConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DartConfig.cmake') diff --git a/DartConfig.cmake b/DartConfig.cmake index e757992ee9..d803d91cd0 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -1,8 +1,8 @@ # Dart server to submit results (used by client) SET (DROP_SITE "public.kitware.com") SET (DROP_LOCATION "/incoming") -SET (DROP_SITE_USER "anonymous") -SET (DROP_SITE_PASSWORD "cmake-tester@somewhere.com") +SET (DROP_SITE_USER "ftpuser") +SET (DROP_SITE_PASSWORD "public") SET (TRIGGER_SITE "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl") -- cgit v1.2.1