From 77268e064905931536498a87213ebece96a64f9b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Feb 2004 07:08:37 +0000 Subject: Joe Halpin made the FTP code send 'QUIT' on the control connection before it disconnects the TCP connection, like a good ftp client should! --- tests/data/test505 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/data/test505') 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? + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +STOR 505 +RNFR 505 +RNTO 505-forreal +QUIT + -- cgit v1.2.3