File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test609
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>