~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to tests/data/test216

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
1
2
# Server-side
2
3
<reply>
3
4
</reply>
22
23
<verify>
23
24
<protocol>
24
25
USER anonymous
25
 
PASS curl_by_daniel@haxx.se
 
26
PASS ftp@example.com
26
27
PWD
27
28
CWD a
28
29
CWD path
31
32
TYPE I
32
33
STOR upload.216
33
34
EPSV
34
 
TYPE I
35
35
STOR ..anotherup
36
36
QUIT
37
37
</protocol>
38
38
</verify>
 
39
</testcase>