From 7f496d8c3fd286f5d9738c8ad13f35912d7a6b7a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 17 Sep 2007 21:44:57 +0000 Subject: Changed some FTP tests to validate the format of the PORT and EPRT commands sent by curl, if not the addresses themselves. --- tests/data/test406 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/data/test406') diff --git a/tests/data/test406 b/tests/data/test406 index d3ff294b4..3259bc6ae 100644 --- a/tests/data/test406 +++ b/tests/data/test406 @@ -39,18 +39,17 @@ ftps FTPS dir list, PORT with specified IP --k --ftp-ssl-control -P %HOSTIP ftps://%HOSTIP:%FTPSPORT/ +-k --ftp-ssl-control -P %CLIENTIP ftps://%HOSTIP:%FTPSPORT/ # # Verify data after the test has been "shot" -# strip all kinds of PORT, EPRT and LPRT curl can do +# Strip all valid kinds of PORT and EPRT that curl can send -^PORT 127,0,0,1,.* -^EPRT.* -^LPRT.* +^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} +^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\| USER anonymous -- cgit v1.2.3