mirror of
https://github.com/curl/curl.git
synced 2026-07-26 00:27:16 +03:00
Revert "FTP: url-decode path before evaluation"
This reverts commit 2f036a72d5.
This commit is contained in:
parent
0ccdec339d
commit
ea7744a07e
4 changed files with 172 additions and 126 deletions
|
|
@ -34,8 +34,7 @@ FTP URL with type=i
|
|||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PWD
|
||||
CWD /
|
||||
CWD tmp
|
||||
CWD /tmp
|
||||
CWD moo
|
||||
EPSV
|
||||
TYPE I
|
||||
|
|
|
|||
|
|
@ -32,8 +32,7 @@ FTP URL with type=a
|
|||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PWD
|
||||
CWD /
|
||||
CWD tmp
|
||||
CWD /tmp
|
||||
CWD moo
|
||||
EPSV
|
||||
TYPE A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue