curl/tests/data/test143

45 lines
487 B
Plaintext
Raw Normal View History

<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>
</client>
2003-05-01 13:48:59 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2003-05-01 13:48:59 -04:00
PWD
CWD /tmp
CWD moo
EPSV
TYPE A
SIZE 143
RETR 143
QUIT
2003-05-01 13:48:59 -04:00
</protocol>
</verify>
</testcase>