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/test105 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/data/test105') diff --git a/tests/data/test105 b/tests/data/test105 index 3cecc296c..3ae69d4e5 100644 --- a/tests/data/test105 +++ b/tests/data/test105 @@ -18,6 +18,10 @@ FTP user+password in URL and ASCII transfer ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii + +REPLY EPSV 500 no such command +REPLY SIZE 500 no such command + # Verify data after the test has been "shot" @@ -26,8 +30,10 @@ ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii USER userdude PASS passfellow PWD +EPSV PASV TYPE A +SIZE 103 RETR 103 -- cgit v1.2.3