~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to tests/data/test215

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
1
2
# Server-side
2
3
<reply>
3
4
# When doing LIST, we get the default list output hard-coded in the test
35
36
<verify>
36
37
<protocol>
37
38
USER anonymous
38
 
PASS curl_by_daniel@haxx.se
 
39
PASS ftp@example.com
39
40
PWD
40
41
CWD a
41
42
CWD path
44
45
TYPE A
45
46
LIST
46
47
EPSV
47
 
TYPE A
48
48
LIST
49
49
QUIT
50
50
</protocol>
51
51
</verify>
 
52
</testcase>