]> granicus.if.org Git - curl/commitdiff
ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Feb 2007 22:50:16 +0000 (22:50 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Feb 2007 22:50:16 +0000 (22:50 +0000)
the left side of @ to make it short(er).

86 files changed:
CHANGES
RELEASE-NOTES
lib/urldata.h
tests/data/test100
tests/data/test101
tests/data/test102
tests/data/test103
tests/data/test104
tests/data/test106
tests/data/test107
tests/data/test108
tests/data/test109
tests/data/test110
tests/data/test111
tests/data/test112
tests/data/test114
tests/data/test115
tests/data/test116
tests/data/test117
tests/data/test118
tests/data/test119
tests/data/test120
tests/data/test121
tests/data/test122
tests/data/test123
tests/data/test124
tests/data/test125
tests/data/test126
tests/data/test127
tests/data/test128
tests/data/test135
tests/data/test137
tests/data/test138
tests/data/test139
tests/data/test140
tests/data/test141
tests/data/test142
tests/data/test143
tests/data/test144
tests/data/test145
tests/data/test146
tests/data/test147
tests/data/test148
tests/data/test149
tests/data/test161
tests/data/test182
tests/data/test190
tests/data/test195
tests/data/test196
tests/data/test210
tests/data/test211
tests/data/test212
tests/data/test215
tests/data/test216
tests/data/test227
tests/data/test228
tests/data/test229
tests/data/test235
tests/data/test236
tests/data/test237
tests/data/test238
tests/data/test247
tests/data/test248
tests/data/test250
tests/data/test251
tests/data/test252
tests/data/test253
tests/data/test254
tests/data/test255
tests/data/test261
tests/data/test270
tests/data/test272
tests/data/test280
tests/data/test505
tests/data/test511
tests/data/test520
tests/data/test524
tests/data/test525
tests/data/test526
tests/data/test527
tests/data/test529
tests/data/test531
tests/data/test532
tests/data/test533
tests/data/test534
tests/data/test538

diff --git a/CHANGES b/CHANGES
index e792913192dc697d43398ac6bd3fe4665fc7c4b9..79b201a8693b794872dee0c3d9c76a804015b5e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
                                   Changelog
 
 Daniel (13 February 2007)
+- The default password for anonymous FTP connections is now changed to be
+  "ftp@example.com".
+
 - Robert A. Monat made libcurl build fine with VC2005 - it doesn't have
   gmtime_r() like the older VC versions. He also made use of some machine-
   specific defines to differentiate the "OS" define.
index 670ccf439c8210d592d2b672fb900ef71678ed22..598f7e32eaad4b0857a529382e6b98bc02ccd4a8 100644 (file)
@@ -11,16 +11,17 @@ Curl and libcurl 7.16.2
 
 This release includes the following changes:
  
- o Added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS
- o Added CURLOPT_HTTP_CONTENT_DECODING, CURLOPT_HTTP_TRANSFER_DECODING and
+ o added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS
+ o added CURLOPT_HTTP_CONTENT_DECODING, CURLOPT_HTTP_TRANSFER_DECODING and
    --raw
- o Added support for using the NSS library for TLS/SSL
+ o added support for using the NSS library for TLS/SSL
+ o changed default anonymous FTP password
 
 This release includes the following bugfixes:
 
  o in testsuite, update test cookies expiration from 2007-Feb-1 to year 2035 
  o socks5 works
- o 
+ o builds fine with VC2005
 
 This release includes the following known bugs:
 
@@ -38,6 +39,6 @@ This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
  Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev,
- Rob Crittenden
+ Rob Crittenden, Robert A. Monat
 
         Thanks! (and sorry if I forgot to mention someone)
index 853ea44c101f395af2d0d261e94fbe77c76d77de..c6d86162186fe9050ae75935ad5dfe9c6c1aee42 100644 (file)
@@ -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"
index 1829b0500b66e260c8cc8db72725b5e6c0ada4c1..e27b05b4e62a5dfc9b1fa933ed9dbcab4dfda34e 100644 (file)
@@ -48,7 +48,7 @@ filter off really nothing
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE A\r
index 74886af8cb2ad8a8f547d9329f7cc7776419da03..a9314a71f7144d34b254034bc639025d7ace1b5d 100644 (file)
@@ -48,7 +48,7 @@ ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 PORT 127,0,0,1,243,212\r
 TYPE A\r
index 99f0e3fc1e410ec306357cca8d19f88f78834d07..692a4f6cd056e495a10876491d5b66fad5c97560 100644 (file)
@@ -39,7 +39,7 @@ REPLY EPSV 500 no such command
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 0cc557b9819e6b5fc117232661ccbaba77eb02f2..27d4cb0efb57fa0eb1769052700e8878fefc33be 100644 (file)
@@ -40,7 +40,7 @@ s/^(PORT 127,0,0,1,)([0-9,]+)/$1/
 </strippart>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index 2806e75acc42011254b581488f5f09ff5638cea5..162835cd13f94875d16c01c146a16c4dc6ec813e 100644 (file)
@@ -29,7 +29,7 @@ ftp://%HOSTIP:%FTPPORT/a/path/103 --head
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index fcf99d11ec0b2aaef1336d5076b8673997206082..e855c6e1c49d493b884cf27a2f0e0b01be3c3e49 100644 (file)
@@ -36,7 +36,7 @@ FTP GET with type=A style ASCII URL using %20 codes
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD /path with  spaces\r
 CWD and things2\r
index c5f611d3c553d034296bdaad754cd3961524f980..25b6452003527f8e60d55b2b9fd36dec52020afb 100644 (file)
@@ -40,7 +40,7 @@ works
 </upload>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 535339236c6c5e51433ffd53af709aa014c38c1a..ff7b5e13170bf64d0a9b5adf8c04be782a9db59c 100644 (file)
@@ -38,7 +38,7 @@ Moooooooooooo
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD CWD\r
 CWD STOR\r
index 88b139989ec38a5479bd9f53d747c679f13c0e79..b2e80654dbb02ad86fd94a7dd867247f927047c3 100644 (file)
@@ -35,7 +35,7 @@ Moooooooooooo
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 3a1dbc64a232d477d8bd054434c9526d94036ece..2b6f42f86e166e1b637f207b0389b8f4ed23bf26 100644 (file)
@@ -40,7 +40,7 @@ REPLY EPSV 500 no such command
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index f0479d83f68cc33f429d00f302d556cce5c8889d..ee81fc6fafcb0769dd064c1a8598711f1f51b555 100644 (file)
@@ -36,7 +36,7 @@ ftp://%HOSTIP:%FTPPORT/111 -C 2000
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 0f743083da37291ecc331c1da5bb077b20b1f7d8..6e4b20c090ce676957793b3c4d3a9722411fc9d4 100644 (file)
@@ -35,7 +35,7 @@ worx?
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 142dd734638e6142003d6ae8ba72a96c8c9f7fa7..70f1f6ad60da2adbde3342d3eec14b5b70799dd4 100644 (file)
@@ -32,7 +32,7 @@ REPLY PASS 314 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 </protocol>
 </verify>
 </testcase>
index d2d1f035fdfc2cb7878e3e2c1cc43adee751df47..d4df5ebcc77106ad72e14988ba3d9c4ec269d527 100644 (file)
@@ -34,7 +34,7 @@ REPLY EPSV 314 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 59a28f4421cd84414985142eaa00fd36dac055bf..e049e6f43e6c3efa7ffd1e4f7671ae26e5c43de1 100644 (file)
@@ -38,7 +38,7 @@ REPLY PORT 314 bluah you f00l!
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 QUIT\r
 </protocol>
index 90df955ecf75fdee7ed2f1034219457e9731a665..35c7a18337ed48c21d301a446bf48d703853f013 100644 (file)
@@ -33,7 +33,7 @@ REPLY TYPE 314 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 68e699115d8ff5cf901f920ab79ae84de66fd6f0..f8f6dd11485661c80fc0c691751154b2dbf62495 100644 (file)
@@ -35,7 +35,7 @@ REPLY EPSV 314 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index de6be4359617fa674daf3e04e1eb07dc8cb7353a..8c13960dd6e7c567caeb6b27b6f24954bcc8fe58 100644 (file)
@@ -39,7 +39,7 @@ REPLY RETR 314 bluah you f00l!
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 TYPE I\r
 SIZE 119\r
index bf1ab0bccc40b959acb81b147e3f77a71988b485..2e50fabd7ab41668014633f32e41547c67e3a64b 100644 (file)
@@ -39,7 +39,7 @@ REPLY EPSV 314 bluah you f00l!
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 2bed51914deb056e7e0f441a618abdaf60369b07..de7a56174e49528ee7e4dae4a34481aade2d795e 100644 (file)
@@ -37,7 +37,7 @@ ftp://%HOSTIP:%FTPPORT/121 -Q "-DELE after_transfer" -Q "DELE before_transfer"
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 DELE before_transfer\r
 EPSV\r
index 70c37454ad9a3ae0acba58e6a5db8ebbddac05bd..2760687410201baf20d030bfb8ce3dd2ff169f5f 100644 (file)
@@ -33,7 +33,7 @@ REPLY EPSV 500 no such command
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 34f2aa000af545430f7e142512d3e037d913b749..4bbfce9a48a08e85040e7fa6c792867853d6e501 100644 (file)
@@ -30,7 +30,7 @@ ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index d2da7750b338393a2e8c0b785628d29877b46fe5..6e01dba38e1b0c1bcfb08441d677797025571adc 100644 (file)
@@ -34,7 +34,7 @@ REPLY EPSV 314 bluah you f00l!
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 1559c9ea8df2ecbb21385f9172132fb1e76e5c93..d9b6205d68a36baba0475c083510107b8d4518df 100644 (file)
@@ -32,7 +32,7 @@ REPLY CWD 314 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 QUIT\r
index 39a312cfba8d98dc73b4c3220851302c08a5f132..92ae37bb2365e3a8ebf37642ff94bea29339fb66 100644 (file)
@@ -34,7 +34,7 @@ RETRWEIRDO
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD blalbla\r
 CWD lululul\r
index 773f9630f8cf79caa367fd87bf833be0ceea3555..ac46d8d00856b0fa4b1225a23d631de45f176fee 100644 (file)
@@ -31,7 +31,7 @@ ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 CWD to\r
index aca500b3b6c9a97fb538404c8d81ed40f217c774..743cd126ffe1db0af90ed5c1e92033d4945a8347 100644 (file)
@@ -37,7 +37,7 @@ the
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 9a3d098d37dea6cb860f1535dcf9e594a5895203..a051dba2074a650b7d4f9669a7b758d20bf28430 100644 (file)
@@ -40,7 +40,7 @@ FTP retrieve a byte-range
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 816872fd2f0c83bb1b5a5b983fee5024711a39b1..75dbe6af7d772b943f52aea39392d4779a07b422 100644 (file)
@@ -26,7 +26,7 @@ RETRNOSIZE
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD blalbla\r
 CWD lululul\r
index 46b7872130c8a4068bb78503de136c101972e6a1..6c8ecd5b211a0db71b6fc3e5a0b680aae3316393 100644 (file)
@@ -29,7 +29,7 @@ RETRNOSIZE
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD blalbla\r
 CWD lululul\r
index 68cb8b25029a53f3c32fc975ae788b51db5cc208..dd677cd16dc30bd0cd70c6ad74ccbf517813a286 100644 (file)
@@ -26,7 +26,7 @@ ftp://%HOSTIP:%FTPPORT/blalbla/139 -z "1 jan 1989"
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD blalbla\r
 MDTM 139\r
index a2be1ffa43fc938f8adbf853647b0a459c7a1565..26a8c1cff88520802e13e031a709a4fb569e784a 100644 (file)
@@ -25,7 +25,7 @@ ftp://%HOSTIP:%FTPPORT/blalbla/140 -z "1 jan 2004"
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD blalbla\r
 MDTM 140\r
index f115b02ee62c7fce2693212aaedec2b0b1ceac44..8530ee3c1e80813daf95e1f13c86f6c451c3e846 100644 (file)
@@ -25,7 +25,7 @@ ftp://%HOSTIP:%FTPPORT/blalbla/141 -I
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD blalbla\r
 MDTM 141\r
index eb8583ffae994c0ee08bdd6cc21fd87f287ba7b6..332d2005bcf86030b7887c7cc874347377a44b00 100644 (file)
@@ -23,7 +23,7 @@ ftp://%HOSTIP:%FTPPORT/part1/part2/part3/part4/part5/part6/part7/part8/part9/par
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD part1\r
 CWD part2\r
index 237ee27eae836243fa58516f4c626e64262c856c..cf96b21860ce2a977c4fe93f9366ce1ce431b454 100644 (file)
@@ -23,7 +23,7 @@ FTP URL with type=a
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD /tmp\r
 CWD moo\r
index 3b03a7880e62e2769c0ea197278de7f05370c91b..eec3b373198d3d22a0e4b1b371eb778bf09f7085 100644 (file)
@@ -31,7 +31,7 @@ REPLY NLST 450 No files found
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 PORT 127,0,0,1,243,212\r
 TYPE A\r
index b97bedf42a1ae0fb6b4cbcb32f623c6dbeb8a86b..708c67264b877918b1a874d134ec63685b9ec7c3 100644 (file)
@@ -34,7 +34,7 @@ REPLY NLST 550 Have a taste on this!
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 PORT 127,0,0,1,243,212\r
 TYPE A\r
index 94ff997adc15e85fbe6bd749e8e5c838ad10005b..73895f29b46c4ee27b17fcd3fc3a6adfb6542bcb 100644 (file)
@@ -29,7 +29,7 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD first\r
 CWD dir\r
index 70bb762133083d17ba958b7ca01cf81af6ebcb0f..48a3e9fa0b1a7d446a1a5423b333aed78cd6e2c0 100644 (file)
@@ -33,7 +33,7 @@ COUNT CWD 1
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD first\r
 MKD first\r
index e89cc82d33f4d25fb858e91a0db0994a942e18ac..50a651d9c5b79e3e0da0ed49271a18cf88f95f8e 100644 (file)
@@ -33,7 +33,7 @@ REPLY MKD 550 We will have no such thing
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD attempt\r
 MKD attempt\r
index 5c21b3289dc097514989d0f974e3a8593ad39fd7..c50f134eb4308b598da507e5b1fbe46d274b5194 100644 (file)
@@ -29,7 +29,7 @@ send away this contents
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD dir1\r
 EPSV\r
index 7a7fb8cbe6c6ba1f0de9ad635117d17a081ed07a..bc6820ce19625376a85d271f60212306ba6e2b98 100644 (file)
@@ -27,7 +27,7 @@ ftp://%HOSTIP:%FTPPORT/161
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 0db14b3b881a671dc4ad785c77636ddea14adb3d..272cdee2d331dad994de045f87ba69fef768bb1e 100644 (file)
@@ -25,7 +25,7 @@ ftp://%HOSTIP:%FTPPORT/182
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index b5c17850ec1c502a8f34938087c1224d76a6a618..4ac85af4a623590dcdde2625e60798095ceb66bc 100644 (file)
@@ -31,7 +31,7 @@ DELAY CWD 60
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 </protocol>
index f986bfb6e6044d376db420b942be5f93c628d323..556b08ee4fdb30a0fe2d1c39c6c2a7046b705221 100644 (file)
@@ -26,7 +26,7 @@ REPLY PASS 530 temporarily not available
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 </protocol>
 </verify>
 </testcase>
index 6bc3dbd8606b9742be7fc4dc9b8a816c46f21a7c..6c84bd8180308baae782b66046d024e1593ff846 100644 (file)
@@ -27,9 +27,9 @@ REPLY PASS 530 temporarily not available
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 </protocol>
 </verify>
 </testcase>
index dd8c5c782e8b2515cce802e9a9391c389238ae86..83c9b3e7b804eb84c59519588b63d392601794b9 100644 (file)
@@ -29,7 +29,7 @@ data blobb
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index 46c538aeb4422e62f6cf40d2c3916c62fdd60741..72252a8635b93fca2026723227eacce5920c397b 100644 (file)
@@ -30,7 +30,7 @@ data blobb
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index 943ae7a09b435dfcdb04d26012bea49d813e7da8..d745011d6279cf6759433d59d28f09d998eb0e12 100644 (file)
@@ -37,7 +37,7 @@ s/^(PORT 127,0,0,1,).*/$1/
 </strippart>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index d44b2f36775446496a32702d1e4dc8118e2f3ba1..50058178970412a0cc9bc32d83d64ad35b768d98 100644 (file)
@@ -36,7 +36,7 @@ ftp://%HOSTIP:%FTPPORT/a/path/215/ ftp://%HOSTIP:%FTPPORT/a/path/215/
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index 2ed0925f33e1e2908b8925079aedf330ab1e1296..a8264ce5bb75f6afb29bcf33953ac30a57225844 100644 (file)
@@ -23,7 +23,7 @@ upload this file twice
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD a\r
 CWD path\r
index 7ce25a60b51bdaaf2407892ea27796e5dfebf536..d6cac8d47e0db19e3fb2c6568b7006643e323e9f 100644 (file)
@@ -40,7 +40,7 @@ REPLY EPSV 500 no such command
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 NOOP 1\r
 EPSV\r
index 714f7cae6ccc3d69e7b34351dbd1b7138c718150..0c4e0a0698fa5fa5767f746f84588951adb646ac 100644 (file)
@@ -40,7 +40,7 @@ REPLY ACCT 230 thank you
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 ACCT one count\r
 PWD\r
 EPSV\r
index 8b6af9602a6d48b65974efa925489dcea001db3d..f036f245c1b55b7d642c0cb25f11e058d051aa18 100644 (file)
@@ -32,7 +32,7 @@ REPLY ACCT 532 bluah!
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 ACCT one count\r
 </protocol>
 <errorcode>
index 699a478f9bca2e7aaac606bd797fc576eb324524..b6981f76dbb53b3cd4390a076055fe57d6b2c5e5 100644 (file)
@@ -27,7 +27,7 @@ worx?
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index b25e898f83cf7800d12b7cbaf13f80a915b79eb5..b92c0a65d6c62eb9084b3c6e762e7b813baa4b7a 100644 (file)
@@ -22,7 +22,7 @@ REPLY STOR 550 I said: access to this file is very much denied
 
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index a1e105af7858c43d421b5e04e95e9405f769a382..7a020ab0523e6371ba4008d53e8df6c0b91deeac 100644 (file)
@@ -34,7 +34,7 @@ REPLY PASV 227 Entering Passiv Mode (1216,256,2,127,127,127)
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 PASV\r
 </protocol>
index 97050157f43a1f85905acbc236dc5d3221044d0d..6f2bad0510a50c4c12eb351e3daf8ac910fdd122 100644 (file)
@@ -32,7 +32,7 @@ REPLY PASV 227 Entering Passiv Mode (1216,256,2,127,127,127)
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 PASV\r
index 3ed809d2e95cda72eb5300d167750497124fe099..66c674e9828adcbc6d147912ed4d8f5496f15695 100644 (file)
@@ -32,7 +32,7 @@ ftp://%HOSTIP:%FTPPORT/247 -T log/test247.txt -z "apr 1 2005 08:00:00"
 </upload>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 MDTM 247\r
 QUIT\r
index b2c3c4a36dc9be0928609fc63f02a2509083504b..814b1d714c22bb0823edf4572141635ecc4cb541 100644 (file)
@@ -38,7 +38,7 @@ works
 </upload>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 MDTM 248\r
 EPSV\r
index fc5ce0b0252461032d5b33e035db48040f2b5479..a6d5d1cda68fcc785c60be83a49c3c8a1e5e7406 100644 (file)
@@ -44,7 +44,7 @@ filter off really nothing
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE A\r
index 1afc12b350e0a70556da806c95c2ea90b9a7c1c0..84d2a995d7496d373ab6502ed726bd319589c069 100644 (file)
@@ -44,7 +44,7 @@ ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 PORT 127,0,0,1,243,212\r
 TYPE A\r
index 37769d92bd7959cd1f007e735aef88bc0ae15ce8..0cbe73fa5a187180bec3f071e5bc950a2070eb2d 100644 (file)
@@ -50,7 +50,7 @@ filter off really nothing
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE A\r
index a1620dd73d1162c138a530550537a86385e82508..7da7211872fefdc05668938e79bfdc6915d138ab 100644 (file)
@@ -50,7 +50,7 @@ s/^(EPRT \|2\|::1\|)(.*)/$1/
 </strippart>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPRT |2|::1|
 TYPE A\r
index 416064731dca1741afc1447cda931b69eeaf09e0..b6227c7eb1bef63263a16a8e16a51e60253ae5dc 100644 (file)
@@ -51,7 +51,7 @@ filter off really nothing
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE A\r
index d26e82a7e3f7b23d197ef76d36e71fbd80e9a911..4bef23fa7aa0d722d236382319bf7609267a278a 100644 (file)
@@ -51,7 +51,7 @@ s/^(EPRT \|2\|::1\|)(.*)/$1/
 </strippart>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPRT |2|::1|
 TYPE A\r
index 79af663fde7e5157d93e9e851a5cb236c65bb95e..896d032e284090388bf06adfc5dca0a5d758869b 100644 (file)
@@ -39,7 +39,7 @@ filter off really nothing
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index c6f1ea394d8fd908b5ca4c040a15c2a3ff4165b3..f4eea970e3a9f2c1c3dd05aa8e70c9e1ed87b885 100644 (file)
@@ -38,7 +38,7 @@ ftp://%HOSTIP:%FTPPORT/270 --ftp-skip-pasv-ip --disable-epsv
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 PASV\r
 TYPE I\r
index d47f50c3cbf62d42d0f43b826408398b59a80fb4..f728a2a8c813ce59db855936df8f19ed0681d957 100644 (file)
@@ -31,7 +31,7 @@ ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC"
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 MDTM 272\r
 QUIT\r
index 3bf2f953fc699856f4120f63bc73505da11f2912..b1b05713795533c423ee24738ad0ac0095daec35 100644 (file)
@@ -54,7 +54,7 @@ filter off really nothing
 <protocol>
 USER anonymous\r
 USER replacement\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD 280\r
 EPSV\r
index fa2ea20ca5a62677aa6b4bd9157604a71dae02b7..d9e0fd297bfca22dd261b019d64ec4216d824612 100644 (file)
@@ -47,7 +47,7 @@ works?
 </upload>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 EPSV\r
 TYPE I\r
index 65f9f1c679b86be1c9e483cdcbf627abc6ad0f75..f7f73b6c5caec7acdf1a1525434bf66bf680b510 100644 (file)
@@ -35,7 +35,7 @@ REPLY SIZE 550 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 MDTM 511\r
 QUIT\r
index fe942bad41bad115c0e98b07ffdc8733313b83e6..ad2b8f5e66cf43286cad41e1a410022dd4cf8395 100644 (file)
@@ -34,7 +34,7 @@ REPLY MDTM 213 20030405060708
 
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 MDTM 520\r
 EPSV\r
index 98805f4f7f1c05dd7521eb9a66ea2ed196fefe27..c60946672923c1260e3845e1ad4950d31f3a0539 100644 (file)
@@ -34,7 +34,7 @@ ftp://%HOSTIP:%FTPPORT/path/to/
 <verify>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 </protocol>
 
index 0e3353d7bae876977e39d48b7b1c049d66e2e7d9..598f5402941e102ffef658ec36997a4193ce5d46 100644 (file)
@@ -41,7 +41,7 @@ Moooooooooooo
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 PORT 127,0,0,1,5,109\r
index 5d45b5c20f761784e3962e55684e2a4fd3a279be..1cd3e6a73597674686cfe876526193f8d94688f0 100644 (file)
@@ -41,7 +41,7 @@ ftp://%HOSTIP:%FTPPORT/path/526
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 EPSV\r
index 2a6df836acf7bc92543f2d29ba198ef8f1326830..ed89a455369c9afda6b2b3c4faf82fe3a40a27f4 100644 (file)
@@ -41,7 +41,7 @@ ftp://%HOSTIP:%FTPPORT/path/527
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 EPSV\r
index 36643ff951234b4bd62cd6750ffe0921292cb3f9..1374c1642d4bf90ec365b309c0770a7cef3e57de 100644 (file)
@@ -41,7 +41,7 @@ Moooooooooooo
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 PORT 127,0,0,1,5,109\r
index 8e577c981251d2b7560e7ff7bf533055e2158d9b..48807f03d1918ed19c84fcfa1a731114346df964 100644 (file)
@@ -44,7 +44,7 @@ don't upload this
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 PORT 127,0,0,1,5,109\r
index 5a509ef3d522cd16937eb06cc0547c256b31231f..d80a53ae4dd18747f7000c9cfe11d9afb881fc86 100644 (file)
@@ -41,7 +41,7 @@ ftp://%HOSTIP:%FTPPORT/path/532
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 EPSV\r
index 58db1950f8cf370519c3592d4f1e95e66cc7a002..1d62dc6bb223ea5bc26b51509940b2f54c8069d6 100644 (file)
@@ -39,7 +39,7 @@ ftp://%HOSTIP:%FTPPORT/path/533 ftp://%HOSTIP:%FTPPORT/path/533
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 EPSV\r
index 19755377c8f57448e49ac56caac052bccdd9d162..06875f50fc10abe1a91ef1b93ca55086e5c4d037 100644 (file)
@@ -39,7 +39,7 @@ ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534
 </strip>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 PWD\r
 CWD path\r
 EPSV\r
index 24d9603250a39fe60e5e5492586d630becdb1954..e97b69df4bc79ebbb7568be4e3eef8a8122ee47e 100644 (file)
@@ -38,7 +38,7 @@ REPLY PASS 314 bluah you f00l!
 </errorcode>
 <protocol>
 USER anonymous\r
-PASS curl_by_daniel@haxx.se\r
+PASS ftp@example.com\r
 </protocol>
 </verify>
 </testcase>