123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <testcase>
- <info>
- <keywords>
- SFTP
- --remote-time
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- </reply>
- #
- # Client-side
- <client>
- <server>
- sftp
- </server>
- <precheck>
- perl %SRCDIR/libtest/test613.pl prepare %PWD/%LOGDIR/test%TESTNUMBER.dir
- </precheck>
- <name>
- SFTP with --remote-time
- </name>
- <command>
- --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SSH_PWD/%LOGDIR/test%TESTNUMBER.dir/rofile.txt --insecure --remote-time
- </command>
- <postcheck>
- perl %SRCDIR/libtest/test613.pl postprocess %PWD/%LOGDIR/test%TESTNUMBER.dir && \
- perl -e 'exit((stat("%LOGDIR/curl%TESTNUMBER.out"))[9] != 978264000)'
- </postcheck>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <valgrind>
- disable
- </valgrind>
- </verify>
- </testcase>
|