~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to tests/data/test135

  • 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
<data>
 
4
0123456789abcdef
 
5
0123456789abcdef
 
6
0123456789abcdef
 
7
0123456789abcdef
 
8
</data>
 
9
<datacheck nonewline=yes>
 
10
0123456789abc
 
11
</datacheck>
 
12
<size>
 
13
64
 
14
</size>
 
15
</reply>
 
16
 
 
17
# Client-side
 
18
<client>
 
19
<server>
 
20
ftp
 
21
</server>
 
22
 <name>
 
23
FTP retrieve a byte-range
 
24
 </name>
 
25
 <command>
 
26
-r 4-16 ftp://%HOSTIP:%FTPPORT/135
 
27
</command>
 
28
</test>
 
29
 
 
30
# Verify data after the test has been "shot"
 
31
<verify>
 
32
<protocol>
 
33
USER anonymous
 
34
PASS curl_by_daniel@haxx.se
 
35
PWD
 
36
EPSV
 
37
TYPE I
 
38
SIZE 135
 
39
REST 4
 
40
RETR 135
 
41
QUIT
 
42
</protocol>
 
43
</verify>