From 040a4443a1d36447535d45953d385a8d70f3b064 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 13 Mar 2008 22:51:39 +0000 Subject: Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt to reproduce the --ftp-create-dirs problem reported by Brian Ulm, but that seems to need a call curl_easy_reset() which this test case doesn't do. --- tests/data/test622 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data/test622 (limited to 'tests/data/test622') diff --git a/tests/data/test622 b/tests/data/test622 new file mode 100644 index 000000000..e91a8adae --- /dev/null +++ b/tests/data/test622 @@ -0,0 +1,43 @@ + + + +SFTP +SFTP put +FAILURE + + + +# +# Server-side + + + +# +# Client-side + + +sftp + + +SFTP put failure + + +--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file622.txt sftp://%HOSTIP:%SSHPORT%PWD/log/nonexistent-directory/nonexistent-file + + +Test data +for ssh upload test + + + +# +# Verify data after the test has been "shot" + + +78 + + +disable + + + -- cgit v1.2.3