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

« back to all changes in this revision

Viewing changes to tests/data/test1096

  • 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
<info>
 
3
<keywords>
 
4
FTP
 
5
PASV
 
6
RETR
 
7
FAILURE
 
8
</keywords>
 
9
</info>
 
10
# Server-side
 
11
<reply>
 
12
<servercmd>
 
13
REPLY RETR 550 no such file!
 
14
</servercmd>
 
15
</reply>
 
16
 
 
17
# Client-side
 
18
<client>
 
19
<server>
 
20
ftp
 
21
</server>
 
22
 <name>
 
23
Two FTP downloads, with failed RETR but re-used control connection
 
24
 </name>
 
25
 <command>
 
26
ftp://%HOSTIP:%FTPPORT/dir/1096 ftp://%HOSTIP:%FTPPORT/dir/1096
 
27
</command>
 
28
</client>
 
29
 
 
30
# Verify data after the test has been "shot"
 
31
<verify>
 
32
<errorcode>
 
33
78
 
34
</errorcode>
 
35
<protocol>
 
36
USER anonymous
 
37
PASS ftp@example.com
 
38
PWD
 
39
CWD dir
 
40
EPSV
 
41
TYPE I
 
42
SIZE 1096
 
43
RETR 1096
 
44
EPSV
 
45
SIZE 1096
 
46
RETR 1096
 
47
QUIT
 
48
</protocol>
 
49
</verify>
 
50
</testcase>