curl/tests/data/test103

55 lines
720 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>
# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
2001-06-12 05:12:59 -04:00
<protocol>
USER anonymous
PASS ftp@example.com
2001-06-12 05:12:59 -04:00
PWD
2003-04-30 13:16:25 -04:00
CWD a
CWD path
PORT 127,0,0,1,0,0
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>