Various test file cleanups, including using <servercmd> instead of writing

directly to ftpserver.cmd and removing unneeded empty sections.
This commit is contained in:
Dan Fandrich
2007-04-18 20:22:01 +00:00
parent c234b9d04b
commit ae3d5949b8
63 changed files with 127 additions and 204 deletions

View File

@@ -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>