/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test582
43 строки
707 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> SFTP multi </keywords> </info> # Server-side <reply> <data> </data> </reply> # Client-side <client> <server> sftp </server> <tool> lib%TESTNUMBER </tool> <name> SFTP upload using multi interface </name> <command> Sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/upload%TESTNUMBER.txt %PWD/%LOGDIR/file%TESTNUMBER.txt %USER: %LOGDIR/server/curl_client_key.pub %LOGDIR/server/curl_client_key </command> <file name="%LOGDIR/file%TESTNUMBER.txt"> Moooooooooooo upload this </file> </client> # Verify data after the test has been "shot" <verify> <file name="%LOGDIR/file%TESTNUMBER.txt"> Moooooooooooo upload this </file> </verify> </testcase>