From 4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Feb 2007 22:50:16 +0000 Subject: ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on the left side of @ to make it short(er). --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/urldata.h b/lib/urldata.h index 853ea44c1..c6d861621 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -45,7 +45,7 @@ #define DICT_DEFINE3 "/LOOKUP:" #define CURL_DEFAULT_USER "anonymous" -#define CURL_DEFAULT_PASSWORD "curl_by_daniel@haxx.se" +#define CURL_DEFAULT_PASSWORD "ftp@example.com" #include "cookie.h" #include "formdata.h" -- cgit v1.2.3