summaryrefslogtreecommitdiff
path: root/tests/data/test534
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-08 10:51:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-08 10:51:53 +0000
commit2ad7fcbc2fdaab3c544dea037d2e451a255ef6a8 (patch)
tree464c3227407a52118160a88af8a36bf9538ab32f /tests/data/test534
parent2c62dfd1248d0313c582f686acdd1d0f4641171a (diff)
downloadgnurl-2ad7fcbc2fdaab3c544dea037d2e451a255ef6a8.tar.gz
gnurl-2ad7fcbc2fdaab3c544dea037d2e451a255ef6a8.tar.bz2
gnurl-2ad7fcbc2fdaab3c544dea037d2e451a255ef6a8.zip
test 534 added in an attempt to repeat Bogdan Nicula's bug...
Diffstat (limited to 'tests/data/test534')
-rw-r--r--tests/data/test53450
1 files changed, 50 insertions, 0 deletions
diff --git a/tests/data/test534 b/tests/data/test534
new file mode 100644
index 000000000..5676b77e4
--- /dev/null
+++ b/tests/data/test534
@@ -0,0 +1,50 @@
+<info>
+<keywords>
+FTP
+PASV
+RETR
+</keywords>
+</info>
+# Server-side
+<reply>
+<data>
+</data>
+
+<servercmd>
+REPLY RETR 550 the file doesn't exist
+REPLY SIZE 550 Can't check for file existence
+</servercmd>
+</reply>
+
+# Client-side
+<client>
+<server>
+ftp
+</server>
+<tool>
+lib533
+</tool>
+ <name>
+FTP RETR twice using multi: non-existing host and non-existing file
+ </name>
+ <command>
+ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534
+</command>
+</client>
+
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+</strip>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+CWD path
+EPSV
+TYPE I
+SIZE 534
+RETR 534
+QUIT
+</protocol>
+</verify>