~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to tests/data/test227

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
post-quote
6
6
pre-quote
7
7
quote
8
 
compressed
9
8
</keywords>
10
9
</info>
11
10
# Server-side
20
19
</data>
21
20
<servercmd>
22
21
REPLY EPSV 500 no such command
 
22
REPLY FAIL 500 this might not be a failure!
23
23
</servercmd>
24
24
</reply>
25
25
 
32
32
FTP with quote ops
33
33
 </name>
34
34
 <command>
35
 
ftp://%HOSTIP:%FTPPORT/227 -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3"
 
35
ftp://%HOSTIP:%FTPPORT/227 -Q "NOOP 1" -Q "+NOOP 2" -Q "-NOOP 3" -Q "*FAIL" -Q "+*FAIL HARD"
36
36
</command>
37
37
</client>
38
38
 
43
43
PASS ftp@example.com
44
44
PWD
45
45
NOOP 1
 
46
FAIL
46
47
EPSV
47
48
PASV
48
49
TYPE I
49
50
NOOP 2
 
51
FAIL HARD
50
52
SIZE 227
51
53
RETR 227
52
54
NOOP 3