Use current FTP search providers for 2.2.3

This commit is contained in:
Mario Fetka
2026-07-15 03:55:32 +02:00
parent 5d1d97705a
commit cf7e2a12be
17 changed files with 275 additions and 404 deletions
+2 -3
View File
@@ -161,8 +161,7 @@ help(void)
" --max-ftps-servers=n Request a max of n servers from ftpsearch (default 40)\n"
" --min-size=n If a file is smaller than 'n'Kb, don't search, just download it\n"
" --ftpsid=n The ftpsearch server to use\n"
" (0=filesearching.com\n"
" 1=ftpsearch.elmundo.es\n"
" (0=archie.disconnected-by-peer.at, 1=www.mmnt.ru)\n"
"\n"
"Information Options:\n"
" -L, --license Display software license\n"
@@ -477,7 +476,7 @@ main(int argc, char **argv)
if (rt.ftpsearch_server_id < 0 || rt.ftpsearch_server_id > 1)
{
printf("%s", _("The available servers are (0) filesearching.com and (1) ftpsearch.elmundo.es\n" "Please type proz --help for help\n"));
printf("%s", _("The available servers are (0) archie.disconnected-by-peer.at and (1) www.mmnt.ru\n" "Please type proz --help for help\n"));
exit(0);
}