mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on
the left side of @ to make it short(er).
This commit is contained in:
parent
e021fe9444
commit
4efa0d9f68
86 changed files with 94 additions and 90 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue