~ubuntu-branches/ubuntu/dapper/curl/dapper-updates

« back to all changes in this revision

Viewing changes to tests/data/test130

  • 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
#
 
2
# Server-side
 
3
<reply name="1">
 
4
<data>
 
5
total 20
 
6
drwxr-xr-x   8 98       98           512 Oct 22 13:06 .
 
7
drwxr-xr-x   8 98       98           512 Oct 22 13:06 ..
 
8
drwxr-xr-x   2 98       98           512 May  2  1996 .NeXT
 
9
-r--r--r--   1 0        1             35 Jul 16  1996 README
 
10
lrwxrwxrwx   1 0        1              7 Dec  9  1999 bin -> usr/bin
 
11
dr-xr-xr-x   2 0        1            512 Oct  1  1997 dev
 
12
drwxrwxrwx   2 98       98           512 May 29 16:04 download.html
 
13
dr-xr-xr-x   2 0        1            512 Nov 30  1995 etc
 
14
drwxrwxrwx   2 98       1            512 Oct 30 14:33 pub
 
15
dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 
16
</data>
 
17
</reply>
 
18
 
 
19
#
 
20
# Client-side
 
21
<client>
 
22
<features>
 
23
netrc_debug
 
24
</features>
 
25
<server>
 
26
ftp
 
27
</server>
 
28
 <name>
 
29
FTP (optional .netrc; no user/pass) dir list PASV
 
30
 </name>
 
31
 <command>
 
32
--netrc-optional ftp://%HOSTIP:%FTPPORT/
 
33
</command>
 
34
<file name="log/netrc" >
 
35
# the following two lines were created while testing curl
 
36
machine %HOSTIP login user1 password passwd1
 
37
machine %HOSTIP login user2 password passwd2
 
38
</file>
 
39
</test>
 
40
 
 
41
#
 
42
# Verify data after the test has been "shot"
 
43
<verify>
 
44
<strip>
 
45
filter off really nothing
 
46
</strip>
 
47
<protocol>
 
48
USER user1
 
49
PASS passwd1
 
50
PWD
 
51
EPSV
 
52
TYPE A
 
53
LIST
 
54
QUIT
 
55
</protocol>
 
56
</verify>