~ubuntu-branches/ubuntu/gutsy/curl/gutsy-updates

« back to all changes in this revision

Viewing changes to tests/data/test408

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 12:22:30 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801122230-uaarmp6lo65py9t6
Tags: 7.16.4-1ubuntu1
* Merge with Debian.
  - Drop debian/patches/gnutls-verifications, applied upstream.
  - Remove all stuff which should be reverted according to 7.16.2-6ubuntu4.
  - Remaining change: drop stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTPS
 
5
PORT
 
6
STOR
 
7
</keywords>
 
8
</info>
 
9
# Server-side
 
10
<reply>
 
11
<data>
 
12
</data>
 
13
</reply>
 
14
 
 
15
# Client-side
 
16
<client>
 
17
<features>
 
18
SSL
 
19
</features>
 
20
<server>
 
21
ftps
 
22
</server>
 
23
 <name>
 
24
FTPS PORT upload with CWD
 
25
 </name>
 
26
 <command>
 
27
-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/CWD/STOR/RETR/408 -T log/upload408 -P -
 
28
</command>
 
29
<file name="log/upload408">
 
30
Moooooooooooo
 
31
 upload this
 
32
</file>
 
33
</client>
 
34
 
 
35
# Verify data after the test has been "shot"
 
36
<verify>
 
37
<strip>
 
38
^PORT .*
 
39
^EPRT .*
 
40
^LPRT .*
 
41
</strip>
 
42
<protocol>
 
43
USER anonymous
 
44
PASS ftp@example.com
 
45
PBSZ 0
 
46
PROT C
 
47
PWD
 
48
CWD CWD
 
49
CWD STOR
 
50
CWD RETR
 
51
PORT 127,0,0,1,5,109
 
52
TYPE I
 
53
STOR 408
 
54
QUIT
 
55
</protocol>
 
56
<upload>
 
57
Moooooooooooo
 
58
 upload this
 
59
</upload>
 
60
</verify>
 
61
</testcase>