curl/tests/data/test103

53 строки
610 B
Plaintext
Исходник Обычный вид История

2005-04-27 13:59:47 +04:00
<info>
<keywords>
FTP
PORT
RETR
</keywords>
</info>
2001-06-12 13: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 13:12:59 +04:00
<name>
FTP RETR PORT with CWD
</name>
<command>
ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
</command>
</client>
2001-06-12 13:12:59 +04:00
# Verify data after the test has been "shot"
<verify>
2005-01-27 15:59:40 +03:00
<strippart>
s/^LPRT.*[\r\n]*//
s/^EPRT.*[\r\n]*//
2005-01-27 15:59:40 +03:00
s/^(PORT 127,0,0,1,)([0-9,]+)/$1/
</strippart>
2001-06-12 13:12:59 +04:00
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
2003-04-30 21:16:25 +04:00
CWD a
CWD path
2005-01-27 15:59:40 +03:00
PORT 127,0,0,1,
2001-06-12 13:12:59 +04:00
TYPE I
SIZE 103
2001-06-12 13:12:59 +04:00
RETR 103
QUIT
2001-06-12 13:12:59 +04:00
</protocol>
</verify>