xref: /curl/tests/data/test637 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4SFTP
5Range
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13</data>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20sftp
21</server>
22<name>
23SFTP retrieval with invalid X- range
24</name>
25<command>
26--key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/file%TESTNUMBER.txt -r 99- --insecure
27</command>
28<file name="%LOGDIR/file%TESTNUMBER.txt">
29Test data
30for ssh test
31</file>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<errorcode>
3836
39</errorcode>
40<valgrind>
41disable
42</valgrind>
43</verify>
44</testcase>
45