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

« back to all changes in this revision

Viewing changes to tests/data/test574

  • 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
LIST
 
6
RETR
5
7
wildcardmatch
6
8
ftplistparser
7
9
</keywords>
36
38
<errorcode>
37
39
0
38
40
</errorcode>
39
 
<strip>
40
 
^RETR.*
41
 
^EPSV.*
42
 
^PWD.*
43
 
^CWD.*
44
 
^TYPE.*
45
 
^LIST.*
46
 
</strip>
47
 
<strippart>
48
 
s/USER.*/USER/
49
 
s/PASS.*/PASS/
50
 
s/QUIT.*/QUIT/
51
 
</strippart>
52
 
# THERE SHOULD NOT BE "SIZE"! and once "USER && PASS"
 
41
# THERE SHOULD NOT BE "SIZE"! and one "USER/PASS"
53
42
<protocol>
54
 
USER
55
 
PASS
56
 
QUIT
 
43
USER anonymous
 
44
PASS ftp@example.com
 
45
PWD
 
46
CWD fully_simulated
 
47
CWD UNIX
 
48
EPSV
 
49
TYPE A
 
50
LIST
 
51
EPSV
 
52
TYPE I
 
53
RETR chmod1
 
54
EPSV
 
55
RETR chmod2
 
56
EPSV
 
57
RETR chmod3
 
58
EPSV
 
59
RETR empty_file.dat
 
60
EPSV
 
61
RETR file.txt
 
62
EPSV
 
63
RETR someothertext.txt
 
64
CWD /
 
65
CWD fully_simulated
 
66
CWD UNIX
 
67
EPSV
 
68
TYPE A
 
69
LIST
 
70
EPSV
 
71
TYPE I
 
72
RETR chmod1
 
73
EPSV
 
74
RETR chmod2
 
75
EPSV
 
76
RETR chmod3
 
77
EPSV
 
78
RETR empty_file.dat
 
79
EPSV
 
80
RETR file.txt
 
81
EPSV
 
82
RETR someothertext.txt
 
83
QUIT
57
84
</protocol>
58
85
<stdout mode="text">
59
86
This file should have permissions 444