test 534 added in an attempt to repeat Bogdan Nicula's bug...
This commit is contained in:
50
tests/data/test534
Normal file
50
tests/data/test534
Normal file
@@ -0,0 +1,50 @@
|
||||
<info>
|
||||
<keywords>
|
||||
FTP
|
||||
PASV
|
||||
RETR
|
||||
</keywords>
|
||||
</info>
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
</data>
|
||||
|
||||
<servercmd>
|
||||
REPLY RETR 550 the file doesn't exist
|
||||
REPLY SIZE 550 Can't check for file existence
|
||||
</servercmd>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
ftp
|
||||
</server>
|
||||
<tool>
|
||||
lib533
|
||||
</tool>
|
||||
<name>
|
||||
FTP RETR twice using multi: non-existing host and non-existing file
|
||||
</name>
|
||||
<command>
|
||||
ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534
|
||||
</command>
|
||||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
</strip>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PWD
|
||||
CWD path
|
||||
EPSV
|
||||
TYPE I
|
||||
SIZE 534
|
||||
RETR 534
|
||||
QUIT
|
||||
</protocol>
|
||||
</verify>
|
||||
Reference in New Issue
Block a user