From cabb46db3ddfa9ed609cc805618401ac0ec3a918 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Nov 2001 13:45:50 +0000 Subject: adjusted to new FTP commands in the command sequence --- tests/data/test120 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/data/test120') diff --git a/tests/data/test120 b/tests/data/test120 index 095d03bd1..bb97eff4a 100644 --- a/tests/data/test120 +++ b/tests/data/test120 @@ -18,6 +18,9 @@ ftp download with post-quote delete operation ftp://%HOSTIP:%FTPPORT/120 -Q "-DELE file" + +REPLY EPSV 314 bluah you f00l! + # Verify data after the test has been "shot" @@ -26,8 +29,10 @@ ftp://%HOSTIP:%FTPPORT/120 -Q "-DELE file" USER anonymous PASS curl_by_daniel@haxx.se PWD +EPSV PASV TYPE I +SIZE 120 RETR 120 DELE file -- cgit v1.2.3