~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to tests/data/test106

  • 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:
12
12
 
13
13
# Client-side
14
14
<client>
 
15
<server>
 
16
ftp
 
17
</server>
15
18
 <name>
16
19
FTP GET with type=A style ASCII URL using %20 codes
17
20
 </name>
18
21
 <command>
19
 
"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces/and%20things2/106;type=A"
 
22
"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces//and%20things2/106;type=A"
20
23
</command>
21
24
</test>
22
25
 
26
29
USER anonymous
27
30
PASS curl_by_daniel@haxx.se
28
31
PWD
29
 
CWD /path with  spaces/and things2
 
32
CWD /path with  spaces
 
33
CWD and things2
30
34
EPSV
31
35
TYPE A
32
36
SIZE 106
33
37
RETR 106
 
38
QUIT
34
39
</protocol>
35
40
</verify>