1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

View File

@ -32,7 +32,7 @@ ftp
FTP user+password in URL and ASCII transfer FTP user+password in URL and ASCII transfer
</name> </name>
<command> <command>
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii ftp://userdude:passfellow@%HOSTIP:%FTPPORT/105 --use-ascii
</command> </command>
</client> </client>
@ -45,8 +45,8 @@ PWD
EPSV EPSV
PASV PASV
TYPE A TYPE A
SIZE 103 SIZE 105
RETR 103 RETR 105
QUIT QUIT
</protocol> </protocol>
</verify> </verify>

View File

@ -12,9 +12,9 @@ ftp
FTP with multiple uploads FTP with multiple uploads
</name> </name>
<command> <command>
-T log/upload148 ftp://%HOSTIP:%FTPPORT/dir1/148 -T log/upload148 ftp://%HOSTIP:%FTPPORT/dir2/148 -T log/upload149 ftp://%HOSTIP:%FTPPORT/dir1/149 -T log/upload149 ftp://%HOSTIP:%FTPPORT/dir2/149
</command> </command>
<file name="log/upload148"> <file name="log/upload149">
send away this contents send away this contents
</file> </file>
</client> </client>
@ -33,14 +33,14 @@ PWD
CWD dir1 CWD dir1
EPSV EPSV
TYPE I TYPE I
STOR 148 STOR 149
CWD /nowhere/anywhere CWD /nowhere/anywhere
CWD dir2 CWD dir2
EPSV EPSV
STOR 148 STOR 149
QUIT QUIT
</protocol> </protocol>
<file name="log/upload148"> <file name="log/upload149">
send away this contents send away this contents
</file> </file>
</verify> </verify>

View File

@ -39,7 +39,7 @@ lib521
FTP dir list PASV with CURLOPT_PORT FTP dir list PASV with CURLOPT_PORT
</name> </name>
<command> <command>
ftp://%HOSTIP/520/ %FTPPORT ftp://%HOSTIP/521/ %FTPPORT
</command> </command>
</client> </client>
@ -50,7 +50,7 @@ ftp://%HOSTIP/520/ %FTPPORT
USER xxx USER xxx
PASS yyy PASS yyy
PWD PWD
CWD 520 CWD 521
EPSV EPSV
TYPE A TYPE A
LIST LIST