repo.or.cz
/
git-build-vc9.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit of visual studio 9 git build superproject.
[git-build-vc9.git]
/
curl
/
tests
/
data
/
test112
blob
eb3400c575854f3157b69b8b3a94891a44efa51f
1
<testcase>
2
<info>
3
<keywords>
4
FTP
5
EPSV
6
APPE
7
Resume
8
</keywords>
9
</info>
10
# Server-side
11
<reply>
12
</reply>
13
14
# Client-side
15
<client>
16
<server>
17
ftp
18
</server>
19
<name>
20
FTP PASV upload resume
21
</name>
22
<command>
23
ftp://%HOSTIP:%FTPPORT/112 -T log/upload112 -C 40
24
</command>
25
<file name="log/upload112">
26
this is the *****crap******** that we're gonna upload
27
28
worx?
29
</file>
30
</client>
31
32
# Verify data after the test has been "shot"
33
<verify>
34
<protocol>
35
USER anonymous
\r
36
PASS ftp@example.com
\r
37
PWD
\r
38
EPSV
\r
39
TYPE I
\r
40
APPE 112
\r
41
QUIT
\r
42
</protocol>
43
<upload>
44
gonna upload
45
46
worx?
47
</upload>
48
</verify>
49
</testcase>