public no longer has anonymous ftp.

This commit is contained in:
Berk Geveci 2001-10-24 15:51:05 -04:00
parent 0a5fbacfac
commit 8aa1b69ada
1 changed files with 2 additions and 2 deletions

View File

@ -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")