mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
48 lines
766 B
Plaintext
48 lines
766 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SFTP
|
|
post-quote
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data nocheck="yes">
|
|
Dummy test file for remove test
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
sftp
|
|
</server>
|
|
<name>
|
|
SFTP post-quote remove file
|
|
</name>
|
|
<command>
|
|
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file612.txt -Q "-rm %PWD/log/file612.txt" sftp://%HOSTIP:%SSHPORT%PWD/log/upload.612 --insecure
|
|
</command>
|
|
<postcheck>
|
|
perl %SRCDIR/libtest/test610.pl gone %PWD/log/test612.txt
|
|
</postcheck>
|
|
<file name="log/file612.txt">
|
|
Dummy test file for remove test
|
|
</file>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<upload>
|
|
Dummy test file for remove test
|
|
</upload>
|
|
<valgrind>
|
|
disable
|
|
</valgrind>
|
|
</verify>
|
|
</testcase>
|