mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +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
|
|
@ -121,6 +121,7 @@ struct ftp_conn {
|
|||
char *entrypath; /* the PWD reply when we logged on */
|
||||
char **dirs; /* realloc()ed array for path components */
|
||||
int dirdepth; /* number of entries used in the 'dirs' array */
|
||||
int diralloc; /* number of entries allocated for the 'dirs' array */
|
||||
char *file; /* url-decoded file name (or path) */
|
||||
bool dont_check; /* Set to TRUE to prevent the final (post-transfer)
|
||||
file size and 226/250 status check. It should still
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue