~ubuntu-branches/ubuntu/edgy/curl/edgy-security

« back to all changes in this revision

Viewing changes to tests/data/test104

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
# Client-side
9
9
<client>
 
10
<server>
 
11
ftp
 
12
</server>
10
13
 <name>
11
14
FTP --head to get file size only
12
15
 </name>
21
24
USER anonymous
22
25
PASS curl_by_daniel@haxx.se
23
26
PWD
24
 
CWD a/path
 
27
CWD a
 
28
CWD path
25
29
MDTM 103
26
30
TYPE I
27
31
SIZE 103
 
32
REST 0
 
33
QUIT
28
34
</protocol>
29
35
</verify>