~ubuntu-branches/ubuntu/edgy/curl/edgy-proposed

« back to all changes in this revision

Viewing changes to tests/data/test118

  • 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
</reply>
 
4
 
 
5
# Client-side
 
6
<client>
 
7
 <name>
 
8
FTP download, failed RETR
 
9
 </name>
 
10
 <command>
 
11
ftp://%HOSTIP:%FTPPORT/118
 
12
</command>
 
13
<file name="log/ftpserver.cmd">
 
14
REPLY RETR 314 bluah you f00l!
 
15
REPLY EPSV 314 bluah you f00l!
 
16
</file>
 
17
</test>
 
18
 
 
19
# Verify data after the test has been "shot"
 
20
<verify>
 
21
<errorcode>
 
22
19
 
23
</errorcode>
 
24
<protocol>
 
25
USER anonymous
 
26
PASS curl_by_daniel@haxx.se
 
27
PWD
 
28
EPSV
 
29
PASV
 
30
TYPE I
 
31
SIZE 118
 
32
RETR 118
 
33
</protocol>
 
34
</verify>