2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2007-12-09 01:56:17 +03:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FTP
|
|
|
|
RETR
|
|
|
|
type=
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-05-01 21: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-26 00:45:03 +03:00
|
|
|
</client>
|
2003-05-01 21:48:59 +04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
USER anonymous
|
2007-02-14 01:50:16 +03:00
|
|
|
PASS ftp@example.com
|
2003-05-01 21:48:59 +04:00
|
|
|
PWD
|
|
|
|
CWD /tmp
|
|
|
|
CWD moo
|
|
|
|
EPSV
|
|
|
|
TYPE A
|
|
|
|
SIZE 143
|
|
|
|
RETR 143
|
2004-02-27 10:08:37 +03:00
|
|
|
QUIT
|
2003-05-01 21:48:59 +04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|