diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-22 16:05:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-22 16:05:12 +0000 |
commit | d830f10417a10074716906298988d211b3e3abae (patch) | |
tree | 62ab382bd5462a45efda1d56acf4141c868f27f7 /tests/data | |
parent | 3d6fcbf97bc6d4029e35e7d2edb8d0aebb0b0e4f (diff) |
test case 121
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 3 | ||||
-rw-r--r-- | tests/data/command121.txt | 1 | ||||
-rw-r--r-- | tests/data/name121.txt | 1 | ||||
-rw-r--r-- | tests/data/prot121.txt | 7 | ||||
-rw-r--r-- | tests/data/reply121.txt | 6 |
5 files changed, 17 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 57ef282f8..02c32a6c6 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -55,4 +55,5 @@ error111.txt name16.txt prot7.txt \ command26.txt prot26.txt command27.txt prot27.txt \ name26.txt reply26.txt name27.txt stdout27.txt \ command28.txt name28.txt prot28.txt reply28.txt \ -command120.txt name120.txt prot120.txt reply120.txt +command120.txt name120.txt prot120.txt reply120.txt \ +command121.txt name121.txt prot121.txt reply121.txt diff --git a/tests/data/command121.txt b/tests/data/command121.txt new file mode 100644 index 000000000..b2c6e0909 --- /dev/null +++ b/tests/data/command121.txt @@ -0,0 +1 @@ +ftp://%HOSTIP:%FTPPORT/106 -Q "-DELE after_transfer" -Q "DELE before_transfer" diff --git a/tests/data/name121.txt b/tests/data/name121.txt new file mode 100644 index 000000000..ae17f9d44 --- /dev/null +++ b/tests/data/name121.txt @@ -0,0 +1 @@ +ftp download with post- and pre-transfer delete operations diff --git a/tests/data/prot121.txt b/tests/data/prot121.txt new file mode 100644 index 000000000..749d5625d --- /dev/null +++ b/tests/data/prot121.txt @@ -0,0 +1,7 @@ +USER anonymous
+PASS curl_by_daniel@haxx.se
+DELE before_transfer
+PASV
+TYPE I
+RETR 106
+DELE after_transfer
diff --git a/tests/data/reply121.txt b/tests/data/reply121.txt new file mode 100644 index 000000000..0cfa203dd --- /dev/null +++ b/tests/data/reply121.txt @@ -0,0 +1,6 @@ +data + to + see +that FTP +works + so does it? |