~ubuntu-branches/ubuntu/feisty/curl/feisty

« back to all changes in this revision

Viewing changes to tests/data/test235

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-07-26 19:03:01 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050726190301-x2m2vmjgc8fwnic5
Tags: 7.14.0-2ubuntu1
Synchronize with Debian.

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
<server>
 
8
ftp
 
9
</server>
 
10
 <name>
 
11
FTP resumed upload but no file present remotely
 
12
 </name>
 
13
 <command>
 
14
ftp://%HOSTIP:%FTPPORT/235 -T log/upload235 -C -
 
15
</command>
 
16
<file name="log/upload235">
 
17
this is the *****crap******** that we're gonna upload
 
18
 
 
19
worx?
 
20
</file>
 
21
</client>
 
22
 
 
23
# Verify data after the test has been "shot"
 
24
<verify>
 
25
<strip>
 
26
</strip>
 
27
<protocol>
 
28
USER anonymous
 
29
PASS curl_by_daniel@haxx.se
 
30
PWD
 
31
EPSV
 
32
TYPE I
 
33
SIZE 235
 
34
STOR 235
 
35
QUIT
 
36
</protocol>
 
37
<upload>
 
38
this is the *****crap******** that we're gonna upload
 
39
 
 
40
worx?
 
41
</upload>
 
42
</verify>