2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2007-12-08 17:56:17 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
RETR
|
|
|
|
type=
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-05-01 13:48:59 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
bla bla bla
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
ftp
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
FTP URL with type=a
|
|
|
|
</name>
|
|
|
|
<command>
|
|
|
|
"ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/143;type=a"
|
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-05-01 13:48:59 -04: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
|
2003-05-01 13:48:59 -04:00
|
|
|
PWD
|
|
|
|
CWD /tmp
|
|
|
|
CWD moo
|
|
|
|
EPSV
|
|
|
|
TYPE A
|
|
|
|
SIZE 143
|
|
|
|
RETR 143
|
2004-02-27 02:08:37 -05:00
|
|
|
QUIT
|
2003-05-01 13:48:59 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|