1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test597
Daniel Stenberg b08898fb29
connection: never reuse CONNECT_ONLY conections
and make CONNECT_ONLY conections never reuse any existing ones either.

Reported-by: Pavel Löbl
Bug: https://curl.haxx.se/mail/lib-2019-02/0064.html
Closes #3586
2019-02-19 22:50:02 +01:00

37 lines
377 B
Plaintext

<testcase>
<info>
<keywords>
FTP
CONNECT_ONLY
</keywords>
</info>
# Client-side
<client>
<server>
ftp
</server>
<tool>
lib597
</tool>
<name>
FTP connect only option
</name>
<command>
ftp://%HOSTIP:%FTPPORT
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
</protocol>
</verify>
</testcase>