Loading lib/ftp.c +1 −0 Original line number Diff line number Diff line Loading @@ -2060,6 +2060,7 @@ CURLcode Curl_ftp(struct connectdata *conn) /* the ftp struct is already inited in ftp_connect() */ ftp = conn->proto.ftp; conn->size = -1; /* make sure this is unknown at this point */ /* We split the path into dir and file parts *before* we URLdecode it */ Loading Loading
lib/ftp.c +1 −0 Original line number Diff line number Diff line Loading @@ -2060,6 +2060,7 @@ CURLcode Curl_ftp(struct connectdata *conn) /* the ftp struct is already inited in ftp_connect() */ ftp = conn->proto.ftp; conn->size = -1; /* make sure this is unknown at this point */ /* We split the path into dir and file parts *before* we URLdecode it */ Loading