mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-03 21:52:58 +03:00
Ticket #1746: Setting "Use passive mode over proxy" is not remembered
Fix: "Use passive mode over proxy" was not remembered in config Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
be65c2979c
commit
2cfed22012
@ -196,6 +196,7 @@ static const struct {
|
||||
{ "ftpfs_retry_seconds", &ftpfs_retry_seconds },
|
||||
{ "ftpfs_always_use_proxy", &ftpfs_always_use_proxy },
|
||||
{ "ftpfs_use_passive_connections", &ftpfs_use_passive_connections },
|
||||
{ "ftpfs_use_passive_connections_over_proxy", &ftpfs_use_passive_connections_over_proxy },
|
||||
{ "ftpfs_use_unix_list_options", &ftpfs_use_unix_list_options },
|
||||
{ "ftpfs_first_cd_then_ls", &ftpfs_first_cd_then_ls },
|
||||
{ "fish_directory_timeout", &fish_directory_timeout },
|
||||
|
Loading…
x
Reference in New Issue
Block a user