~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/data/test1091

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
# based on test 143
 
3
<info>
 
4
<keywords>
 
5
FTP
 
6
RETR
 
7
type=
 
8
</keywords>
 
9
</info>
 
10
 
 
11
# Server-side
 
12
<reply>
 
13
<data>
 
14
bla bla bla
 
15
</data>
 
16
</reply>
 
17
 
 
18
# Client-side
 
19
<client>
 
20
<server>
 
21
ftp
 
22
</server>
 
23
 <name>
 
24
FTP URL with type=i
 
25
 </name>
 
26
 <command>
 
27
"ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/1091;type=i" --use-ascii
 
28
</command>
 
29
</client>
 
30
 
 
31
# Verify data after the test has been "shot"
 
32
<verify>
 
33
<protocol>
 
34
USER anonymous
 
35
PASS ftp@example.com
 
36
PWD
 
37
CWD /tmp
 
38
CWD moo
 
39
EPSV
 
40
TYPE I
 
41
SIZE 1091
 
42
RETR 1091
 
43
QUIT
 
44
</protocol>
 
45
</verify>
 
46
</testcase>