~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to tests/data/test575

  • Committer: Bazaar Package Importer
  • Author(s): Ramakrishnan Muthukrishnan
  • Date: 2010-10-18 11:13:17 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20101018111317-9rkas34ecwtq0upn
Tags: upstream-7.21.2
ImportĀ upstreamĀ versionĀ 7.21.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<info>
3
3
<keywords>
4
4
FTP
 
5
RETR
5
6
multi
6
7
wildcardmatch
7
8
ftplistparser
23
24
lib575
24
25
</tool>
25
26
 <name>
26
 
FTP wildcard download - dup_handle && multi interface
 
27
FTP wildcard download - dup_handle and multi interface
27
28
 </name>
28
29
 <command>
29
30
ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*
31
32
</client>
32
33
# Verify data after the test has been "shot"
33
34
<verify>
34
 
<strip>
35
 
^RETR.*
36
 
^EPSV.*
37
 
^CWD.*
38
 
^PWD.*
39
 
^TYPE.*
40
 
</strip>
41
 
<strippart>
42
 
s/^USER.*/USER/
43
 
s/^PASS.*/PASS/
44
 
s/^LIST.*/LIST/
45
 
s/^QUIT.*/QUIT/
46
 
</strippart>
47
35
<errorcode>
48
36
0
49
37
</errorcode>
50
38
<protocol>
51
 
USER
52
 
PASS
53
 
LIST
54
 
LIST
55
 
QUIT
56
 
USER
57
 
PASS
58
 
LIST
59
 
QUIT
 
39
USER anonymous
 
40
PASS ftp@example.com
 
41
PWD
 
42
CWD fully_simulated
 
43
CWD UNIX
 
44
EPSV
 
45
TYPE A
 
46
LIST
 
47
EPSV
 
48
TYPE I
 
49
RETR chmod1
 
50
EPSV
 
51
RETR chmod2
 
52
EPSV
 
53
RETR chmod3
 
54
EPSV
 
55
RETR empty_file.dat
 
56
EPSV
 
57
RETR file.txt
 
58
EPSV
 
59
RETR someothertext.txt
 
60
CWD /
 
61
CWD fully_simulated
 
62
CWD UNIX
 
63
EPSV
 
64
TYPE A
 
65
LIST
 
66
EPSV
 
67
TYPE I
 
68
RETR chmod1
 
69
EPSV
 
70
RETR chmod2
 
71
EPSV
 
72
RETR chmod3
 
73
EPSV
 
74
RETR empty_file.dat
 
75
EPSV
 
76
RETR file.txt
 
77
EPSV
 
78
RETR someothertext.txt
 
79
QUIT
 
80
USER anonymous
 
81
PASS ftp@example.com
 
82
PWD
 
83
CWD fully_simulated
 
84
CWD UNIX
 
85
EPSV
 
86
TYPE A
 
87
LIST
 
88
EPSV
 
89
TYPE I
 
90
RETR chmod1
 
91
EPSV
 
92
RETR chmod2
 
93
EPSV
 
94
RETR chmod3
 
95
EPSV
 
96
RETR empty_file.dat
 
97
EPSV
 
98
RETR file.txt
 
99
EPSV
 
100
RETR someothertext.txt
 
101
QUIT
60
102
</protocol>
61
103
<stdout mode="text">
62
104
This file should have permissions 444