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

« back to all changes in this revision

Viewing changes to tests/data/test635

  • 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
SFTP
 
5
Range
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
ssh test
 
14
</data>
 
15
</reply>
 
16
 
 
17
#
 
18
# Client-side
 
19
<client>
 
20
<server>
 
21
sftp
 
22
</server>
 
23
 <name>
 
24
SFTP retrieval with byte range relative to end of file
 
25
 </name>
 
26
 <command>
 
27
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file635.txt -r -9
 
28
</command>
 
29
<file name="log/file635.txt">
 
30
Test data
 
31
for ssh test
 
32
</file>
 
33
</client>
 
34
 
 
35
#
 
36
# Verify data after the test has been "shot"
 
37
<verify>
 
38
<valgrind>
 
39
disable
 
40
</valgrind>
 
41
</verify>
 
42
</testcase>