test1010: verify that #1718 is fixed
... by doing two transfers in nocwd mode and check that there's no superfluous CWD command.
This commit is contained in:
Родитель
2ccd65af3b
Коммит
561e9217c7
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче