diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-13 22:50:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-13 22:50:16 +0000 |
commit | 4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610 (patch) | |
tree | 810e794fe01dd9fb1086aaba3dc7ab5fa96eab1d /tests/data/test146 | |
parent | e021fe94449ca01f0ccbdfa0b20ea564f7b8d5f0 (diff) | |
download | curl-4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610.tar.gz |
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on
the left side of @ to make it short(er).
Diffstat (limited to 'tests/data/test146')
-rw-r--r-- | tests/data/test146 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test146 b/tests/data/test146 index 94ff997ad..73895f29b 100644 --- a/tests/data/test146 +++ b/tests/data/test146 @@ -29,7 +29,7 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 </strip> <protocol> USER anonymous
-PASS curl_by_daniel@haxx.se
+PASS ftp@example.com
PWD
CWD first
CWD dir
|