mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
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:
parent
2ccd65af3b
commit
561e9217c7
@ -36,7 +36,7 @@ ftp
|
|||||||
FTP dir list nocwd
|
FTP dir list nocwd
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<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>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
@ -50,6 +50,8 @@ PWD
|
|||||||
EPSV
|
EPSV
|
||||||
TYPE A
|
TYPE A
|
||||||
LIST /list/this/path/1010/
|
LIST /list/this/path/1010/
|
||||||
|
EPSV
|
||||||
|
LIST /list/this/path/1010/
|
||||||
QUIT
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
|
Loading…
Reference in New Issue
Block a user