diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-28 09:02:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-28 09:02:15 +0000 |
commit | 1361fc69b95ba6c603fd133c17b5ef52a473c99e (patch) | |
tree | eaf33247ca961fb7c341778108f53eb319ab250a /tests/data/test106 | |
parent | 93352e56d809266587eeb4b4c9fe2a8a067d32bd (diff) | |
download | curl-1361fc69b95ba6c603fd133c17b5ef52a473c99e.tar.gz |
updated to the new ftp dir parsing code that allows a preceeding double
slash
Diffstat (limited to 'tests/data/test106')
-rw-r--r-- | tests/data/test106 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test106 b/tests/data/test106 index 09dfa449c..c6a66cd1b 100644 --- a/tests/data/test106 +++ b/tests/data/test106 @@ -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
PASS curl_by_daniel@haxx.se
PWD
-CWD path with spaces
+CWD /path with spaces
CWD and things2
EPSV
TYPE A
|