/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test119
51 строка
812 B
Daniel Stenberg
tests: enhance names, remove duplicates
09 июн 2026, 17:44
Не верифицирован
09 июн 2026, 17:44
4ead428
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> FTP PORT RETR </keywords> </info> # Server-side <reply> <servercmd> REPLY RETR 314 bluah you f00l! REPLY SIZE 500 command not understood </servercmd> </reply> # Client-side <client> <server> ftp </server> <name> FTP download, failed RETR with PORT </name> <command> ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -P - </command> </client> # Verify data after the test has been "shot" <verify> <errorcode> 19 </errorcode> # Strip all valid kinds of PORT and EPRT that curl can send <strip> ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\| </strip> <protocol crlf="yes"> USER anonymous PASS ftp@example.com PWD TYPE I SIZE %TESTNUMBER RETR %TESTNUMBER QUIT </protocol> </verify> </testcase>