File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test625
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: SFTP put
    6: --ftp-create-dirs
    7: </keywords>
    8: </info>
    9: 
   10: #
   11: # Server-side
   12: <reply>
   13: </reply>
   14: 
   15: #
   16: # Client-side
   17: <client>
   18: <server>
   19: sftp
   20: </server>
   21:  <name>
   22: SFTP put with --ftp-create-dirs twice
   23:  </name>
   24:  <command>
   25: --ftp-create-dirs --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file625.txt sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/test625.a/upload.625 -T log/file625.txt sftp://%HOSTIP:%SSHPORT%POSIX_PWD/log/test625.b/upload.625 --insecure
   26: </command>
   27: <postcheck>
   28: perl %SRCDIR/libtest/test610.pl move %PWD/log/test625.a/upload.625 %PWD/log/upload.625 rmdir %PWD/log/test625.a rm %PWD/log/test625.b/upload.625 rmdir %PWD/log/test625.b
   29: </postcheck>
   30: <file name="log/file625.txt">
   31: Test data
   32: for ssh upload test
   33: </file>
   34: </client>
   35: 
   36: #
   37: # Verify data after the test has been "shot"
   38: <verify>
   39: <upload>
   40: Test data
   41: for ssh upload test
   42: </upload>
   43: <valgrind>
   44: disable
   45: </valgrind>
   46: </verify>
   47: </testcase>

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