~ubuntu-branches/ubuntu/dapper/curl/dapper

« back to all changes in this revision

Viewing changes to tests/data/test103

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2002-03-12 19:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020312190621-iqx7k9cipo5d0ifr
Tags: upstream-7.9.5
ImportĀ upstreamĀ versionĀ 7.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Server-side
 
2
<reply>
 
3
<data>
 
4
data
 
5
    to
 
6
      see
 
7
that FTP
 
8
works
 
9
  so does it?
 
10
</data>
 
11
</reply>
 
12
 
 
13
# Client-side
 
14
<client>
 
15
 <name>
 
16
FTP RETR PORT with CWD
 
17
 </name>
 
18
 <command>
 
19
ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
 
20
</command>
 
21
</test>
 
22
 
 
23
# Verify data after the test has been "shot"
 
24
<verify>
 
25
<strip>
 
26
^PORT .*
 
27
^EPRT.*
 
28
^LPRT.*
 
29
</strip>
 
30
<protocol>
 
31
USER anonymous
 
32
PASS curl_by_daniel@haxx.se
 
33
PWD
 
34
CWD a/path
 
35
PORT 127,0,0,1,246,33
 
36
TYPE I
 
37
SIZE 103
 
38
RETR 103
 
39
</protocol>
 
40
</verify>