~ubuntu-branches/ubuntu/jaunty/curl/jaunty-security

« back to all changes in this revision

Viewing changes to tests/data/test236

  • 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
1
<testcase>
 
2
 
 
3
# Server-side
 
4
<reply>
 
5
<servercmd>
 
6
REPLY SIZE 550 access to this file is very much denied
 
7
REPLY APPE 550 I said: access to this file is very much denied
 
8
REPLY STOR 550 I said: access to this file is very much denied
 
9
</servercmd>
 
10
</reply>
 
11
 
2
12
# Client-side
3
13
<client>
4
14
<server>
8
18
FTP resume upload but denied access to remote file
9
19
 </name>
10
20
 <command>
11
 
ftp://%HOSTIP:%FTPPORT/236 -T log/ftpserver.cmd -C -
 
21
ftp://%HOSTIP:%FTPPORT/236 -T log/file236.txt -C -
12
22
</command>
13
 
<file name="log/ftpserver.cmd">
14
 
REPLY SIZE 550 access to this file is very much denied
15
 
REPLY APPE 550 I said: access to this file is very much denied
16
 
REPLY STOR 550 I said: access to this file is very much denied
 
23
<file name="log/file236.txt">
 
24
Test data
17
25
</file>
18
26
</client>
19
27