curl/tests/data/test103

55 lines
633 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
PORT
RETR
</keywords>
</info>
2001-06-12 05:12:59 -04:00
# Server-side
<reply>
<data>
data
to
see
that FTP
works
so does it?
</data>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-06-12 05:12:59 -04:00
<name>
FTP RETR PORT with CWD
</name>
<command>
ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
</command>
</client>
2001-06-12 05:12:59 -04:00
# Verify data after the test has been "shot"
<verify>
2005-01-27 07:59:40 -05:00
<strippart>
s/^LPRT.*[\r\n]*//
s/^EPRT.*[\r\n]*//
2005-01-27 07:59:40 -05:00
s/^(PORT 127,0,0,1,)([0-9,]+)/$1/
</strippart>
2001-06-12 05:12:59 -04:00
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
2003-04-30 13:16:25 -04:00
CWD a
CWD path
2005-01-27 07:59:40 -05:00
PORT 127,0,0,1,
2001-06-12 05:12:59 -04:00
TYPE I
SIZE 103
2001-06-12 05:12:59 -04:00
RETR 103
QUIT
2001-06-12 05:12:59 -04:00
</protocol>
</verify>
</testcase>