mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
38 lines
383 B
Plaintext
38 lines
383 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
|
||
|
QUIT
|
||
|
</protocol>
|
||
|
</verify>
|
||
|
</testcase>
|