diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-22 14:15:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-22 14:15:46 +0000 |
commit | fde82cd4e00455e8996b5ca1bcea84bbaa7d4c2c (patch) | |
tree | 4e59a9537eccc54853e3b7ca7e9ec976b1900214 /tests | |
parent | 801626de19e48af11eb1cb2b4aa10e58836c0557 (diff) |
adjusted to modified FTP behaviour
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/prot104.txt | 1 | ||||
-rw-r--r-- | tests/data/reply104.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/prot104.txt b/tests/data/prot104.txt index 86db1a250..eb4a9d2af 100644 --- a/tests/data/prot104.txt +++ b/tests/data/prot104.txt @@ -1,5 +1,6 @@ USER anonymous
PASS curl_by_daniel@haxx.se
CWD a/path
+MDTM 103
TYPE I
SIZE 103
diff --git a/tests/data/reply104.txt b/tests/data/reply104.txt index 7f64e7e40..9ac4637a2 100644 --- a/tests/data/reply104.txt +++ b/tests/data/reply104.txt @@ -1 +1 @@ -Content-Length: 51 +Content-Length: 51
|