Adjust test number mismatch

This commit is contained in:
Yang Tse
2009-12-24 12:04:33 +00:00
parent eacf62792f
commit 1af64730e0
4 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ ftp
FTP --head to get file size only
</name>
<command>
ftp://%HOSTIP:%FTPPORT/a/path/103 --head
ftp://%HOSTIP:%FTPPORT/a/path/104 --head
</command>
</client>
@@ -33,9 +33,9 @@ PASS ftp@example.com
PWD
CWD a
CWD path
MDTM 103
MDTM 104
TYPE I
SIZE 103
SIZE 104
REST 0
QUIT
</protocol>