Add modern FTP search providers for 1.2.4

This commit is contained in:
Mario Fetka
2026-07-15 03:55:27 +02:00
parent 04bbab10df
commit daa4649536
17 changed files with 361 additions and 47 deletions
-2
View File
@@ -625,7 +625,6 @@ uerr_t ftp_login(connection_t * connection, const char *username,
{
uerr_t err = FTPERR;
int ret_code = 220;
boolean logged_in = FALSE;
while (1)
{
@@ -688,7 +687,6 @@ uerr_t ftp_login(connection_t * connection, const char *username,
case 231: /* Fallthrough. */
case 202:
logged_in = TRUE;
if (!ftp_use_proxy(connection))
return FTPOK; /* Logged in succesfully. */