diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-03 23:50:02 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-04 10:01:23 +0200 |
commit | 561e9217c743fc829dc622c4d6aee5f920418ba0 (patch) | |
tree | 9df39c88913a9d4fb47e9d2a00632e24038e8a5e | |
parent | 2ccd65af3b44ef413c3746f8857ed9a1bff1b5b6 (diff) |
test1010: verify that #1718 is fixed
... by doing two transfers in nocwd mode and check that there's no
superfluous CWD command.
-rw-r--r-- | tests/data/test1010 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/test1010 b/tests/data/test1010 index a51d68ab3..b2083af7b 100644 --- a/tests/data/test1010 +++ b/tests/data/test1010 @@ -36,7 +36,7 @@ ftp FTP dir list nocwd </name> <command> -ftp://%HOSTIP:%FTPPORT//list/this/path/1010/ --ftp-method nocwd +ftp://%HOSTIP:%FTPPORT//list/this/path/1010/ ftp://%HOSTIP:%FTPPORT//list/this/path/1010/ --ftp-method nocwd </command> </client> @@ -50,6 +50,8 @@ PWD EPSV
TYPE A
LIST /list/this/path/1010/
+EPSV
+LIST /list/this/path/1010/
QUIT
</protocol> </verify> |