curl/tests/data/test103

46 lines
552 B
Plaintext
Raw Normal View History

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.*[\n]//
s/^EPRT.*[\n]//
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>