/
niceSOFT
/
curl
Обзор
Документация
Войти
/
niceSOFT
/
curl
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test511
51 строка
714 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> <info> <keywords> FTP </keywords> </info> # Server-side <reply> <servercmd> REPLY MDTM 550 bluah you f00l! REPLY SIZE 550 bluah you f00l! </servercmd> </reply> # Client-side <client> <server> ftp </server> # tool is what to use instead of 'curl' <tool> lib%TESTNUMBER </tool> <name> FTP with FILETIME and NOBODY but missing file </name> <command> ftp://%HOSTIP:%FTPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> # CURLE_REMOTE_FILE_NOT_FOUND <errorcode> 78 </errorcode> <protocol crlf="yes"> USER anonymous PASS ftp@example.com PWD MDTM %TESTNUMBER TYPE I SIZE %TESTNUMBER QUIT </protocol> </verify> </testcase>