mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
b08898fb29
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
37 lines
377 B
Plaintext
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>
|