mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Adjust test number mismatch
This commit is contained in:
parent
eacf62792f
commit
1af64730e0
@ -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>
|
||||
|
@ -32,7 +32,7 @@ ftp
|
||||
FTP user+password in URL and ASCII transfer
|
||||
</name>
|
||||
<command>
|
||||
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
|
||||
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/105 --use-ascii
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -45,8 +45,8 @@ PWD
|
||||
EPSV
|
||||
PASV
|
||||
TYPE A
|
||||
SIZE 103
|
||||
RETR 103
|
||||
SIZE 105
|
||||
RETR 105
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
|
@ -12,9 +12,9 @@ ftp
|
||||
FTP with multiple uploads
|
||||
</name>
|
||||
<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>
|
||||
<file name="log/upload148">
|
||||
<file name="log/upload149">
|
||||
send away this contents
|
||||
</file>
|
||||
</client>
|
||||
@ -33,14 +33,14 @@ PWD
|
||||
CWD dir1
|
||||
EPSV
|
||||
TYPE I
|
||||
STOR 148
|
||||
STOR 149
|
||||
CWD /nowhere/anywhere
|
||||
CWD dir2
|
||||
EPSV
|
||||
STOR 148
|
||||
STOR 149
|
||||
QUIT
|
||||
</protocol>
|
||||
<file name="log/upload148">
|
||||
<file name="log/upload149">
|
||||
send away this contents
|
||||
</file>
|
||||
</verify>
|
||||
|
@ -39,7 +39,7 @@ lib521
|
||||
FTP dir list PASV with CURLOPT_PORT
|
||||
</name>
|
||||
<command>
|
||||
ftp://%HOSTIP/520/ %FTPPORT
|
||||
ftp://%HOSTIP/521/ %FTPPORT
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@ -50,7 +50,7 @@ ftp://%HOSTIP/520/ %FTPPORT
|
||||
USER xxx
|
||||
PASS yyy
|
||||
PWD
|
||||
CWD 520
|
||||
CWD 521
|
||||
EPSV
|
||||
TYPE A
|
||||
LIST
|
||||
|
Loading…
Reference in New Issue
Block a user