branch: master
test2007
548 bytesRaw
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
SFTP
--quote
</keywords>
</info>
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
sftp
</server>
<name>
SFTP quote rmdir command with trailing junk
</name>
<command>
--hostpubmd5 %SSHSRVMD5 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/file%TESTNUMBER.txt -Q "mkdir /tmp/test trailing_garbage"
</command>
</client>
<verify>
<errorcode>
21
</errorcode>
</verify>
</testcase>