curl/tests/data/test105

54 lines
636 B
Plaintext
Raw Normal View History

<testcase>
2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
PASV
TYPE A
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>
<servercmd>
REPLY EPSV 500 no such command
REPLY SIZE 500 no such command
</servercmd>
2001-06-12 05:12:59 -04:00
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-06-12 05:12:59 -04:00
<name>
FTP user+password in URL and ASCII transfer
</name>
<command>
2009-12-24 07:04:33 -05:00
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/105 --use-ascii
2001-06-12 05:12:59 -04:00
</command>
</client>
2001-06-12 05:12:59 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER userdude
PASS passfellow
PWD
EPSV
2001-06-12 05:12:59 -04:00
PASV
TYPE A
2009-12-24 07:04:33 -05:00
SIZE 105
RETR 105
QUIT
2001-06-12 05:12:59 -04:00
</protocol>
</verify>
</testcase>