xref: /curl/tests/data/test524 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4FTP
5UPLOAD
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12</reply>
13
14#
15# Client-side
16<client>
17<server>
18ftp
19</server>
20<tool>
21lib%TESTNUMBER
22</tool>
23<name>
24FTP upload with target URL ending with slash
25</name>
26# first URL then proxy
27<command>
28ftp://%HOSTIP:%FTPPORT/path/to/
29</command>
30</client>
31
32#
33# Verify data after the test has been "shot"
34<verify>
35<protocol>
36USER anonymous
37PASS ftp@example.com
38PWD
39</protocol>
40
41# 3 is CURLE_URL_MALFORMAT
42<errorcode>
433
44</errorcode>
45</verify>
46</testcase>
47