aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test407
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-05-08 22:14:30 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-05-08 22:14:30 +0000
commited998270aa54a9f51f8d766936bb0338da2ec639 (patch)
treea9d3901bab3b59d8eb361b99b74d96712738c3b2 /tests/data/test407
parent1b7f00b2a68b59249181dac6557630e20f394ea6 (diff)
Added FTPS test cases 406 and 407
Diffstat (limited to 'tests/data/test407')
-rw-r--r--tests/data/test40759
1 files changed, 59 insertions, 0 deletions
diff --git a/tests/data/test407 b/tests/data/test407
new file mode 100644
index 000000000..8c14fa846
--- /dev/null
+++ b/tests/data/test407
@@ -0,0 +1,59 @@
+<testcase>
+<info>
+<keywords>
+FTPS
+PASV
+RETR
+</keywords>
+</info>
+
+# Server-side
+<reply>
+<data>
+data blobb
+</data>
+
+# data is sent to stdout
+</reply>
+
+# Client-side
+<client>
+<features>
+SSL
+</features>
+<server>
+ftps
+</server>
+ <name>
+Get two FTPS files from the same remote dir: no second CWD
+ </name>
+ <command>
+-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/a/path/407 ftps://%HOSTIP:%FTPSPORT/a/path/407
+</command>
+<stdout>
+data blobb
+data blobb
+</stdout>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+USER anonymous
+PASS ftp@example.com
+PBSZ 0
+PROT C
+PWD
+CWD a
+CWD path
+EPSV
+TYPE I
+SIZE 407
+RETR 407
+EPSV
+SIZE 407
+RETR 407
+QUIT
+</protocol>
+</verify>
+</testcase>