File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test664
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: server key check
    6: </keywords>
    7: </info>
    8: 
    9: #
   10: # Server-side
   11: <reply>
   12: <data>
   13: test
   14: </data>
   15: </reply>
   16: 
   17: #
   18: # Client-side
   19: <client>
   20: <server>
   21: sftp
   22: </server>
   23:  <name>
   24: SFTP correct host key
   25:  </name>
   26:  <command>
   27: --hostpubmd5 %SSHSRVMD5 --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/file664.txt
   28: </command>
   29: <file name="log/file664.txt">
   30: test
   31: </file>
   32: </client>
   33: 
   34: #
   35: # Verify data after the test has been "shot"
   36: <verify>
   37: <errorcode>
   38: 0
   39: </errorcode>
   40: <valgrind>
   41: disable
   42: </valgrind>
   43: </verify>
   44: </testcase>

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