~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/data/test1038

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
FTP
 
5
EPSV
 
6
APPE
 
7
Resume
 
8
</keywords>
 
9
</info>
 
10
# Server-side
 
11
<reply>
 
12
<size>
 
13
17
 
14
</size>
 
15
</reply>
 
16
 
 
17
# Client-side
 
18
<client>
 
19
<server>
 
20
ftp
 
21
</server>
 
22
 <name>
 
23
FTP PASV upload resume from end of file
 
24
 </name>
 
25
 <command>
 
26
ftp://%HOSTIP:%FTPPORT/1038 -T log/upload1038 -C -
 
27
</command>
 
28
<file name="log/upload1038">
 
29
this is the *****cr@p******** that we're gonna upload
 
30
 
 
31
worx?
 
32
</file>
 
33
</client>
 
34
 
 
35
# Verify data after the test has been "shot"
 
36
<verify>
 
37
<protocol>
 
38
USER anonymous
 
39
PASS ftp@example.com
 
40
PWD
 
41
EPSV
 
42
TYPE I
 
43
SIZE 1038
 
44
APPE 1038
 
45
QUIT
 
46
</protocol>
 
47
<upload>
 
48
cr@p******** that we're gonna upload
 
49
 
 
50
worx?
 
51
</upload>
 
52
</verify>
 
53
</testcase>