/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1044
59 строк
792 B
Viktor Szakats
tests/data: add XML prolog to test files
12 дек 2025, 19:17
Не верифицирован
12 дек 2025, 19:17
b5ea073
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> # Similar to test141 <info> <keywords> FTP NOBODY Largefile </keywords> </info> # Server-side <reply> <data> </data> <size> 9999999999 </size> <mdtm> 213 20080726102659 </mdtm> </reply> # Client-side <client> <features> Largefile </features> <server> ftp </server> <name> FTP download large file info with -I </name> <command> ftp://%HOSTIP:%FTPPORT/blalbla/%TESTNUMBER -I </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="yes"> USER anonymous PASS ftp@example.com PWD CWD blalbla MDTM %TESTNUMBER TYPE I SIZE %TESTNUMBER REST 0 QUIT </protocol> <stdout crlf="headers"> Last-Modified: Sat, 26 Jul 2008 10:26:59 GMT Content-Length: 9999999999 Accept-ranges: bytes </stdout> </verify> </testcase>