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

« back to all changes in this revision

Viewing changes to tests/data/test138

  • 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
this is file contents
 
5
</data>
 
6
<size>
 
7
-1
 
8
</size>
 
9
</reply>
 
10
 
 
11
# Client-side
 
12
<client>
 
13
<server>
 
14
ftp
 
15
</server>
 
16
 <name>
 
17
FTP download without size in RETR string and no SIZE command
 
18
 </name>
 
19
 <command>
 
20
ftp://%HOSTIP:%FTPPORT/blalbla/lululul/138
 
21
</command>
 
22
<file name="log/ftpserver.cmd">
 
23
RETRNOSIZE
 
24
</file>
 
25
</test>
 
26
 
 
27
# Verify data after the test has been "shot"
 
28
<verify>
 
29
<protocol>
 
30
USER anonymous
 
31
PASS curl_by_daniel@haxx.se
 
32
PWD
 
33
CWD blalbla
 
34
CWD lululul
 
35
EPSV
 
36
TYPE I
 
37
SIZE 138
 
38
RETR 138
 
39
QUIT
 
40
</protocol>
 
41
</verify>