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

« back to all changes in this revision

Viewing changes to tests/data/test505

  • 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:
 
1
# Server-side
 
2
<reply>
 
3
</reply>
 
4
 
 
5
# Client-side
 
6
<client>
 
7
<server>
 
8
ftp
 
9
</server>
 
10
# tool is what to use instead of 'curl'
 
11
<tool>
 
12
lib505
 
13
</tool>
 
14
 
 
15
 <name>
 
16
FTP upload with rename after transfer
 
17
 </name>
 
18
 <command>
 
19
ftp://%HOSTIP:%FTPPORT/505 log/upload505
 
20
</command>
 
21
<file name="log/upload505">
 
22
Contents
 
23
of
 
24
a file
 
25
to verify
 
26
ftp
 
27
upload
 
28
 
 
29
 
 
30
works?
 
31
</file>
 
32
</client>
 
33
 
 
34
# Verify data after the test has been "shot"
 
35
<verify>
 
36
<upload>
 
37
Contents
 
38
of
 
39
a file
 
40
to verify
 
41
ftp
 
42
upload
 
43
 
 
44
 
 
45
works?
 
46
</upload>
 
47
<protocol>
 
48
USER anonymous
 
49
PASS curl_by_daniel@haxx.se
 
50
PWD
 
51
EPSV
 
52
TYPE I
 
53
STOR 505
 
54
RNFR 505
 
55
RNTO 505-forreal
 
56
QUIT
 
57
</protocol>
 
58
</verify>