~ubuntu-branches/ubuntu/edgy/curl/edgy-proposed

« back to all changes in this revision

Viewing changes to tests/data/test148

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Server-side
 
2
<reply>
 
3
</reply>
 
4
 
 
5
# Client-side
 
6
<client>
 
7
<server>
 
8
ftp
 
9
</server>
 
10
 <name>
 
11
FTP with --ftp-create-dirs (failing MKD)
 
12
 </name>
 
13
 <command>
 
14
ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
 
15
</command>
 
16
</test>
 
17
<file name="log/ftpserver.cmd">
 
18
REPLY CWD 550 I won't allow this on my server
 
19
REPLY MKD 550 We will have no such thing
 
20
</file>
 
21
</client>
 
22
 
 
23
# Verify data after the test has been "shot"
 
24
<verify>
 
25
# strip all kinds of PORT, EPRT and LPRT curl can do
 
26
<strip>
 
27
^PORT 127,0,0,1,.*
 
28
^EPRT.*
 
29
^LPRT.*
 
30
</strip>
 
31
<errorcode>
 
32
9
 
33
</errorcode>
 
34
<protocol>
 
35
USER anonymous
 
36
PASS curl_by_daniel@haxx.se
 
37
PWD
 
38
CWD attempt
 
39
MKD attempt
 
40
QUIT
 
41
</protocol>
 
42
</verify>