aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test2004
blob: 27895ae22241df45a867e26230c4cad96328388d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<testcase>
<info>
<keywords>
TFTP
TFTP RRQ
FILE
SFTP
SCP
multiprotocol
</keywords>
</info>

#
# Server-side
<reply>
<data>
Test data file
for tftp test
</data>
</reply>

#
# Client-side
<client>
<server>
tftp
sftp
</server>
 <name>
TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order
 </name>
 <command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt scp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt file://localhost/%PWD/log/test2004.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test2004.txt tftp://%HOSTIP:%TFTPPORT//2004
</command>
<file name="log/test2004.txt">
This is test data
for several protocols
</file>
</client>

#
# Verify data after the test has been "shot"
<verify>
<protocol>
opcode: 1
filename: /2004
mode: octet
opcode: 1
filename: /2004
mode: octet
</protocol>
<valgrind>
disable
</valgrind>
</verify>
</testcase>