mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:13:41 +03:00
parent
0ab38f5fd6
commit
2f036a72d5
4 changed files with 126 additions and 172 deletions
|
|
@ -121,7 +121,6 @@ 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