mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
f0364f7e31
... instead of doing an infinite loop! Added test 1162 to verify. Reported-by: Max Dymond Fixes #2015 Closes #2017
53 lines
565 B
Plaintext
53 lines
565 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTP
|
|
RETR
|
|
LIST
|
|
wildcardmatch
|
|
ftplistparser
|
|
flaky
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<tool>
|
|
lib576
|
|
</tool>
|
|
<name>
|
|
FTP wildcard with crazy pattern
|
|
</name>
|
|
<command>
|
|
"ftp://%HOSTIP:%FTPPORT/fully_simulated/DOS/[*\\s-'tl"
|
|
</command>
|
|
</client>
|
|
<verify>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS ftp@example.com
|
|
PWD
|
|
CWD fully_simulated
|
|
CWD DOS
|
|
EPSV
|
|
TYPE A
|
|
LIST
|
|
QUIT
|
|
</protocol>
|
|
# 78 == CURLE_REMOTE_FILE_NOT_FOUND
|
|
<errorcode>
|
|
78
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|