~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/data/test531

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTP
 
5
PORT
 
6
STOR
 
7
</keywords>
 
8
</info>
 
9
# Server-side
 
10
<reply>
 
11
<data>
 
12
</data>
 
13
<servercmd>
 
14
REPLY STOR 425 Permission Denied. File Exists.
 
15
</servercmd>
 
16
</reply>
 
17
 
 
18
# Client-side
 
19
<client>
 
20
<server>
 
21
ftp
 
22
</server>
 
23
<tool>
 
24
lib525
 
25
</tool>
 
26
 <name>
 
27
FTP PORT upload using multi interface and get 425 response
 
28
 </name>
 
29
 <command>
 
30
ftp://%HOSTIP:%FTPPORT/path/531 log/upload531
 
31
</command>
 
32
<file name="log/upload531">
 
33
Moooooooooooo
 
34
don't upload this
 
35
</file>
 
36
</client>
 
37
 
 
38
# Verify data after the test has been "shot"
 
39
<verify>
 
40
<strip>
 
41
^PORT .*
 
42
^EPRT .*
 
43
^LPRT .*
 
44
</strip>
 
45
<protocol>
 
46
USER anonymous
 
47
PASS ftp@example.com
 
48
PWD
 
49
CWD path
 
50
PORT 127,0,0,1,5,109
 
51
TYPE I
 
52
STOR 531
 
53
QUIT
 
54
</protocol>
 
55
 
 
56
</verify>
 
57
</testcase>