aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test236
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-04-18 20:22:01 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-04-18 20:22:01 +0000
commitae3d5949b8611fd21d5397608bfd34d675156fad (patch)
treeb5d1443c298e374f08040e2a781faac156250819 /tests/data/test236
parentc234b9d04b6ba778941a847e731b2392977f892d (diff)
Various test file cleanups, including using <servercmd> instead of writing
directly to ftpserver.cmd and removing unneeded empty sections.
Diffstat (limited to 'tests/data/test236')
-rw-r--r--tests/data/test23618
1 files changed, 13 insertions, 5 deletions
diff --git a/tests/data/test236 b/tests/data/test236
index b92c0a65d..20d047038 100644
--- a/tests/data/test236
+++ b/tests/data/test236
@@ -1,4 +1,14 @@
<testcase>
+
+# Server-side
+<reply>
+<servercmd>
+REPLY SIZE 550 access to this file is very much denied
+REPLY APPE 550 I said: access to this file is very much denied
+REPLY STOR 550 I said: access to this file is very much denied
+</servercmd>
+</reply>
+
# Client-side
<client>
<server>
@@ -8,12 +18,10 @@ ftp
FTP resume upload but denied access to remote file
</name>
<command>
-ftp://%HOSTIP:%FTPPORT/236 -T log/ftpserver.cmd -C -
+ftp://%HOSTIP:%FTPPORT/236 -T log/file236.txt -C -
</command>
-<file name="log/ftpserver.cmd">
-REPLY SIZE 550 access to this file is very much denied
-REPLY APPE 550 I said: access to this file is very much denied
-REPLY STOR 550 I said: access to this file is very much denied
+<file name="log/file236.txt">
+Test data
</file>
</client>