aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test505
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-27 07:08:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-27 07:08:37 +0000
commit77268e064905931536498a87213ebece96a64f9b (patch)
tree6296fbe0bfa6d9dd802f7473cf9f1fa0ad437605 /tests/data/test505
parent1ceb77b4dcf82cf8eb60690a941dc3cf47a59107 (diff)
Joe Halpin made the FTP code send 'QUIT' on the control connection before
it disconnects the TCP connection, like a good ftp client should!
Diffstat (limited to 'tests/data/test505')
-rw-r--r--tests/data/test50511
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/test505 b/tests/data/test505
index 734899545..84cb00910 100644
--- a/tests/data/test505
+++ b/tests/data/test505
@@ -44,4 +44,15 @@ upload
works?
</upload>
+<protocol>
+USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+EPSV
+TYPE I
+STOR 505
+RNFR 505
+RNTO 505-forreal
+QUIT
+</protocol>
</verify>