/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test596
57 строк
826 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> # This test is like 585 but uses active FTP instead of HTTP <info> <keywords> FTP </keywords> </info> # Server-side <reply> <data> moo </data> <datacheck> [OPEN] counter: 1 [OPEN] counter: 2 [CLOSE] counter: 2 moo [CLOSE] counter: 1 </datacheck> </reply> # Client-side <client> <server> ftp </server> # tool is what to use instead of 'curl' <tool> lib500 </tool> <name> verify close callbacks with active FTP </name> <command> ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/ip%TESTNUMBER activeftp </command> </client> # Verify data after the test has been "shot" <verify> <strippart> s/^(EPRT \|1\|)(\S*)/$1/ </strippart> <protocol crlf="yes"> USER anonymous PASS ftp@example.com PWD EPRT |1| TYPE I SIZE %TESTNUMBER RETR %TESTNUMBER QUIT </protocol> </verify> </testcase>