~ubuntu-branches/ubuntu/hardy/curl/hardy

« back to all changes in this revision

Viewing changes to tests/data/test1000

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-04 01:09:30 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204010930-he4zlo7f3qdaz3qz
Tags: 7.17.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.
* Drop the build-dependency on libdb4.5-dev, add build-dependency on
  openssh-server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTP
 
5
PASV
 
6
LIST
 
7
NOBODY
 
8
</keywords>
 
9
</info>
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<datacheck>
 
14
</datacheck>
 
15
</reply>
 
16
 
 
17
#
 
18
# Client-side
 
19
<client>
 
20
<server>
 
21
ftp
 
22
</server>
 
23
 <name>
 
24
FTP dir list PASV with -I
 
25
 </name>
 
26
 <command>
 
27
ftp://%HOSTIP:%FTPPORT/1000/ -I
 
28
</command>
 
29
</client>
 
30
 
 
31
#
 
32
# Verify data after the test has been "shot"
 
33
<verify>
 
34
<protocol>
 
35
USER anonymous
 
36
PASS ftp@example.com
 
37
PWD
 
38
CWD 1000
 
39
QUIT
 
40
</protocol>
 
41
</verify>
 
42
</testcase>