~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test1057

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-8xjr3o2sgce5s4bg
Tags: 7.19.4-1
* New upstream release
* Fix "newer bdb version" <explain what you changed and why> 
  (Closes: #517277)
* resolve libtool version confusion, thanks to 
  Stefanos Harhalakis <v13@v13.gr>
* add new dependency on libgcrypt11-dev due to newly arising binary symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTP
 
5
EPSV
 
6
RETR
 
7
Range
 
8
</keywords>
 
9
</info>
 
10
 
 
11
# Server-side
 
12
<reply>
 
13
<data>
 
14
456789abcdef
 
15
</data>
 
16
<datacheck nonewline="yes">
 
17
456789abcdef
 
18
</datacheck>
 
19
<size>
 
20
64
 
21
</size>
 
22
</reply>
 
23
 
 
24
# Client-side
 
25
<client>
 
26
<server>
 
27
ftp
 
28
</server>
 
29
 <name>
 
30
FTP retrieve a byte-range relative to end of file
 
31
 </name>
 
32
 <command>
 
33
-r -12 ftp://%HOSTIP:%FTPPORT/1057
 
34
</command>
 
35
</client>
 
36
 
 
37
# Verify data after the test has been "shot"
 
38
<verify>
 
39
<protocol>
 
40
USER anonymous
 
41
PASS ftp@example.com
 
42
PWD
 
43
EPSV
 
44
TYPE I
 
45
SIZE 1057
 
46
REST 52
 
47
RETR 1057
 
48
QUIT
 
49
</protocol>
 
50
</verify>
 
51
</testcase>