2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-16 06:42:51 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-11-25 17:21:49 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
data blobb
|
|
|
|
</data>
|
2004-11-30 05:20:59 -05:00
|
|
|
|
|
|
|
# data is sent to stdout
|
2004-11-25 17:21:49 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
Get two FTP files from the same remote dir: no second CWD
|
|
|
|
</name>
|
2018-10-04 17:53:32 -04:00
|
|
|
<command option="no-include">
|
2004-11-25 17:21:49 -05:00
|
|
|
ftp://%HOSTIP:%FTPPORT/a/path/210 ftp://%HOSTIP:%FTPPORT/a/path/210
|
|
|
|
</command>
|
2004-11-30 05:20:59 -05:00
|
|
|
<stdout>
|
|
|
|
data blobb
|
|
|
|
data blobb
|
|
|
|
</stdout>
|
|
|
|
</client>
|
2004-11-25 17:21:49 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-13 17:50:16 -05:00
|
|
|
PASS ftp@example.com
|
2004-11-25 17:21:49 -05:00
|
|
|
PWD
|
|
|
|
CWD a
|
|
|
|
CWD path
|
|
|
|
EPSV
|
|
|
|
TYPE I
|
|
|
|
SIZE 210
|
|
|
|
RETR 210
|
|
|
|
EPSV
|
|
|
|
SIZE 210
|
|
|
|
RETR 210
|
|
|
|
QUIT
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|