~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to tests/data/test212

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060629150424-be178abcwks1n519
Tags: upstream-7.15.4
ImportĀ upstreamĀ versionĀ 7.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
ftp
16
16
</server>
17
17
 <name>
18
 
Get two FTP files with no remote EPRT or LPRT support
 
18
Get two FTP files with no remote EPRT support
19
19
 </name>
20
20
 <command>
21
21
ftp://%HOSTIP:%FTPPORT/a/path/212 ftp://%HOSTIP:%FTPPORT/a/path/212 -P -
22
22
</command>
23
23
<file name="log/ftpserver.cmd">
24
24
REPLY EPRT 500 no such command
25
 
REPLY LPRT 500 no such command
26
25
</file>
27
26
<stdout>
28
27
data blobb
34
33
<verify>
35
34
<strippart>
36
35
s/^(EPRT \|1\|127.0.0.1).*/$1/
37
 
s/^(LPRT 4,4,127,0,0,1,).*/$1/
38
36
s/^(PORT 127,0,0,1,).*/$1/
39
37
</strippart>
40
38
<protocol>
44
42
CWD a
45
43
CWD path
46
44
EPRT |1|127.0.0.1
47
 
LPRT 4,4,127,0,0,1,
48
45
PORT 127,0,0,1,
49
46
TYPE I
50
47
SIZE 212