Browse Source

public no longer has anonymous ftp.

Berk Geveci 24 years ago
parent
commit
8aa1b69ada
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DartConfig.cmake

+ 2 - 2
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 "[email protected]")
+SET (DROP_SITE_USER "ftpuser")
+SET (DROP_SITE_PASSWORD "public")
 SET (TRIGGER_SITE 
        "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")