Loading lib/ftp.c +3 −0 Original line number Diff line number Diff line Loading @@ -391,6 +391,9 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ if(ftpcode) *ftpcode=code; /* return the initial number like this */ /* store the latest code for later retrieval */ conn->data->info.httpcode=code; return result; } Loading lib/urldata.h +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ struct connectdata { * Struct to keep statistical and informational data. */ struct PureInfo { int httpcode; int httpcode; /* Recent HTTP or FTP response code */ int httpproxycode; int httpversion; long filetime; /* If requested, this is might get set. Set to -1 if the time Loading Loading
lib/ftp.c +3 −0 Original line number Diff line number Diff line Loading @@ -391,6 +391,9 @@ CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */ if(ftpcode) *ftpcode=code; /* return the initial number like this */ /* store the latest code for later retrieval */ conn->data->info.httpcode=code; return result; } Loading
lib/urldata.h +1 −1 Original line number Diff line number Diff line Loading @@ -565,7 +565,7 @@ struct connectdata { * Struct to keep statistical and informational data. */ struct PureInfo { int httpcode; int httpcode; /* Recent HTTP or FTP response code */ int httpproxycode; int httpversion; long filetime; /* If requested, this is might get set. Set to -1 if the time Loading