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

« back to all changes in this revision

Viewing changes to tests/data/test146

  • 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
</reply>
 
7
 
 
8
# Client-side
 
9
<client>
 
10
<server>
 
11
ftp
 
12
</server>
 
13
 <name>
 
14
persistant FTP with different paths
 
15
 </name>
 
16
 <command>
 
17
ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146
 
18
</command>
 
19
</test>
 
20
 
 
21
# Verify data after the test has been "shot"
 
22
<verify>
 
23
# strip all kinds of PORT, EPRT and LPRT curl can do
 
24
<strip>
 
25
^PORT 127,0,0,1,.*
 
26
^EPRT.*
 
27
^LPRT.*
 
28
</strip>
 
29
<protocol>
 
30
USER anonymous
 
31
PASS curl_by_daniel@haxx.se
 
32
PWD
 
33
CWD first
 
34
CWD dir
 
35
CWD here
 
36
EPSV
 
37
TYPE I
 
38
SIZE 146
 
39
RETR 146
 
40
CWD /nowhere/anywhere
 
41
EPSV
 
42
TYPE I
 
43
SIZE 146
 
44
RETR 146
 
45
QUIT
 
46
</protocol>
 
47
</verify>