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

« back to all changes in this revision

Viewing changes to tests/data/test622

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-18 15:21:57 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080618152157-j8b12047aqcl6kii
Tags: upstream-7.18.2
ImportĀ upstreamĀ versionĀ 7.18.2

Show diffs side-by-side

added added

removed removed

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