curl/tests/data/test124

46 lines
573 B
Plaintext
Raw Normal View History

2005-04-27 05:59:47 -04:00
<info>
<keywords>
FTP
PASV
RETR
</keywords>
</info>
2001-09-14 08:03:33 -04:00
# Server-side
<reply>
<data>
we can still send data even if pwd fails!
</data>
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-09-14 08:03:33 -04:00
<name>
FTP download, failed PWD
</name>
<command>
ftp://%HOSTIP:%FTPPORT/124
</command>
<file name="log/ftpserver.cmd">
REPLY PWD 314 bluah you f00l!
REPLY EPSV 314 bluah you f00l!
2001-09-14 08:03:33 -04:00
</file>
</client>
2001-09-14 08:03:33 -04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
EPSV
2001-09-14 08:03:33 -04:00
PASV
TYPE I
SIZE 124
2001-09-14 08:03:33 -04:00
RETR 124
QUIT
2001-09-14 08:03:33 -04:00
</protocol>
</verify>