~ubuntu-branches/ubuntu/gutsy/curl/gutsy

« back to all changes in this revision

Viewing changes to tests/data/test603

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
SCP
 
5
SCP upload
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Server-side
 
11
<reply>
 
12
</reply>
 
13
 
 
14
#
 
15
# Client-side
 
16
<client>
 
17
<server>
 
18
scp
 
19
</server>
 
20
 <name>
 
21
SCP upload
 
22
 </name>
 
23
 <command>
 
24
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603
 
25
</command>
 
26
<file name="log/file603.txt">
 
27
Test data
 
28
for ssh upload test
 
29
</file>
 
30
</client>
 
31
 
 
32
#
 
33
# Verify data after the test has been "shot"
 
34
<verify>
 
35
<upload>
 
36
Test data
 
37
for ssh upload test
 
38
</upload>
 
39
<valgrind>
 
40
disable
 
41
</valgrind>
 
42
</verify>
 
43
</testcase>