From 1c02a4e8747defab6607e90173d294875eb73ba1 Mon Sep 17 00:00:00 2001 From: Zenju Date: Fri, 13 Sep 2019 17:32:04 +0200 Subject: FTP: remove trailing slash from path for LIST/MLSD Closes #4348 --- tests/data/test1010 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test1010') diff --git a/tests/data/test1010 b/tests/data/test1010 index b2083af7b..ef073f5e5 100644 --- a/tests/data/test1010 +++ b/tests/data/test1010 @@ -49,9 +49,9 @@ PASS ftp@example.com PWD EPSV TYPE A -LIST /list/this/path/1010/ +LIST /list/this/path/1010 EPSV -LIST /list/this/path/1010/ +LIST /list/this/path/1010 QUIT -- cgit v1.2.3