]> granicus.if.org Git - curl/commitdiff
updated to the new ftp dir parsing code that allows a preceeding double
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2003 09:02:15 +0000 (09:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2003 09:02:15 +0000 (09:02 +0000)
slash

tests/data/test106

index 09dfa449c48d4c91ea5b7464ce71af1f632086c4..c6a66cd1b4ba82c96094510c81d8d08dbc935215 100644 (file)
@@ -19,7 +19,7 @@ ftp
 FTP GET with type=A style ASCII URL using %20 codes
  </name>
  <command>
-"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces/and%20things2/106;type=A"
+"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces//and%20things2/106;type=A"
 </command>
 </test>
 
@@ -29,7 +29,7 @@ FTP GET with type=A style ASCII URL using %20 codes
 USER anonymous\r
 PASS curl_by_daniel@haxx.se\r
 PWD\r
-CWD path with  spaces\r
+CWD /path with  spaces\r
 CWD and things2\r
 EPSV\r
 TYPE A\r