~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/source/libs/curl/tests/data/test110

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Server-side
 
2
<reply>
 
3
<data>
 
4
expected to be a file without the first part
 
5
but we emulate that
 
6
</data>
 
7
<size>
 
8
85
 
9
</size>
 
10
</reply>
 
11
 
 
12
# Client-side
 
13
<client>
 
14
 <name>
 
15
FTP download resume with set limit
 
16
 </name>
 
17
 <command>
 
18
ftp://%HOSTIP:%FTPPORT/110 -C 20
 
19
</command>
 
20
<file name="log/ftpserver.cmd">
 
21
REPLY EPSV 500 no such command
 
22
</file>
 
23
</test>
 
24
 
 
25
# Verify data after the test has been "shot"
 
26
<verify>
 
27
<strip>
 
28
</strip>
 
29
<protocol>
 
30
USER anonymous
 
31
PASS curl_by_daniel@haxx.se
 
32
PWD
 
33
EPSV
 
34
PASV
 
35
TYPE I
 
36
SIZE 110
 
37
REST 20
 
38
RETR 110
 
39
</protocol>
 
40
</verify>