~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to tests/data/test524

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<info>
 
2
<keywords>
 
3
FTP
 
4
UPLOAD
 
5
</keywords>
 
6
</info>
 
7
 
 
8
#
 
9
# Server-side
 
10
<reply>
 
11
</reply>
 
12
 
 
13
#
 
14
# Client-side
 
15
<client>
 
16
<server>
 
17
ftp
 
18
</server>
 
19
<tool>
 
20
lib524
 
21
</tool>
 
22
 <name>
 
23
FTP upload with target URL ending with slash
 
24
 </name>
 
25
# first URL then proxy
 
26
 <command>
 
27
ftp://%HOSTIP:%FTPPORT/path/to/
 
28
</command>
 
29
</client>
 
30
 
 
31
#
 
32
# Verify data after the test has been "shot"
 
33
<verify>
 
34
<protocol>
 
35
USER anonymous
 
36
PASS curl_by_daniel@haxx.se
 
37
PWD
 
38
</protocol>
 
39
 
 
40
# 3 is CURLE_URL_MALFORMAT
 
41
<errorcode>
 
42
3
 
43
</errorcode>
 
44
</verify>