/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test583
43 строки
830 B
Viktor Szakats
tidy-up: miscellaneous
01 июн 2026, 23:33
01 июн 2026, 23:33
d229055
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> SFTP multi </keywords> </info> # Server-side <reply> <data> </data> </reply> # Client-side <client> <server> sftp </server> <tool> lib%TESTNUMBER </tool> <name> SFTP with multi interface, remove handle early </name> # The command here uses 'localhost' to make sure that curl_multi_perform # does not reach too far in the first invoke. When using c-ares at least, the # name resolve causes it to return rather quickly and thus we could trigger # the problem we are looking to verify. <command> sftp://localhost:%SSHPORT%SFTP_PWD/%LOGDIR/upload%TESTNUMBER.txt %USER: %LOGDIR/server/curl_client_key.pub %LOGDIR/server/curl_client_key </command> </client> # Verify data after the test has been "shot" <verify> <errorcode> 0 </errorcode> </verify> </testcase>