Skip to content
Snippets Groups Projects
Commit c0db5ff6 authored by Jonas Schnelli's avatar Jonas Schnelli Committed by Daniel Stenberg
Browse files

test: SFTP quote commands with * prefix

Related to the f64812ca commit
parent 66617b79
No related branches found
No related tags found
No related merge requests found
<testcase>
<info>
<keywords>
SFTP
post-quote
acceptfail
asterisk
</keywords>
</info>
#
# Server-side
<reply>
<data>
Dummy test file for rename test
</data>
</reply>
#
# Client-side
<client>
<server>
sftp
</server>
<precheck>
perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test638.dir
</precheck>
<name>
SFTP post-quote rename * asterisk accept-fail
</name>
<command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-*rename %PWD/log/test638.dir %PWD/log/test638.new" sftp://%HOSTIP:%SSHPORT%PWD/log/file638.txt --insecure
</command>
<postcheck>
perl %SRCDIR/libtest/test610.pl rmdir %PWD/log/test638.new
</postcheck>
<file name="log/file638.txt">
Dummy test file for rename test
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
</verify>
</testcase>
<testcase>
<info>
<keywords>
SFTP
post-quote
acceptfail
asterisk
</keywords>
</info>
#
# Server-side
<reply>
<data>
Dummy test file for rename test
</data>
</reply>
#
# Client-side
<client>
<server>
sftp
</server>
<precheck>
perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test639.dir
</precheck>
<name>
SFTP post-quote rename * asterisk accept-fail
</name>
<command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "-*rename %PWD/log/test639-not-exists-dir %PWD/log/test639.new" sftp://%HOSTIP:%SSHPORT%PWD/log/file639.txt --insecure
</command>
<postcheck>
perl %SRCDIR/libtest/test610.pl rmdir %PWD/log/test639.dir
</postcheck>
<file name="log/file639.txt">
Dummy test file for rename test
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
</verify>
</testcase>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment