curl/tests/data/test122

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

<testcase>
2005-04-27 13:59:47 +04:00
<info>
<keywords>
FTP
PASV
Resume
</keywords>
</info>
2001-09-14 16:03:33 +04:00
# Server-side
<reply>
<size>
5
</size>
<servercmd>
REPLY EPSV 500 no such command
</servercmd>
2001-09-14 16:03:33 +04:00
</reply>
# Client-side
<client>
<server>
ftp
</server>
2001-09-14 16:03:33 +04:00
<name>
FTP download resume with whole file already downloaded
</name>
<command>
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -C 5
2001-09-14 16:03:33 +04:00
</command>
</client>
2001-09-14 16:03:33 +04:00
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
2001-09-14 16:03:33 +04:00
PWD
EPSV
2001-09-14 16:03:33 +04:00
PASV
TYPE I
SIZE %TESTNUMBER
QUIT
2001-09-14 16:03:33 +04:00
</protocol>
</verify>
</testcase>