diff options
Diffstat (limited to 'tests/data/test103')
-rw-r--r-- | tests/data/test103 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test103 b/tests/data/test103 index 15712f5da..308c15491 100644 --- a/tests/data/test103 +++ b/tests/data/test103 @@ -27,7 +27,7 @@ ftp FTP RETR PORT with CWD </name> <command> -ftp://%HOSTIP:%FTPPORT/a/path/103 -P - +ftp://%HOSTIP:%FTPPORT/a/path/%TESTNUMBER -P - </command> </client> @@ -46,8 +46,8 @@ CWD a CWD path
PORT 127,0,0,1,0,0
TYPE I
-SIZE 103
-RETR 103
+SIZE %TESTNUMBER
+RETR %TESTNUMBER
QUIT
</protocol> </verify> |