2017-10-25 17:53:30 -04:00
|
|
|
<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>
|
2019-10-17 14:40:54 -04:00
|
|
|
<setenv>
|
|
|
|
# Needed for MSYS2 to not convert backslash to forward slash
|
|
|
|
MSYS2_ARG_CONV_EXCL=ftp://
|
|
|
|
</setenv>
|
2017-10-25 17:53:30 -04:00
|
|
|
</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>
|