mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-14 14:24:21 +03:00
![Yury V. Zaytsev](/assets/img/avatar_default.png)
Miscellaneous refactoring: * Factored out the active IPV4/IPV6 FTP connection mode setup routine in a separate function (ftpfs_setup_active) to make the logic more clear. * Factored out ftpfs_init_data_socket from ftpfs_initconn in order to make it possible to fix the logic later on. Signed-off-by: Yury V. Zaytsev <yury@shurup.com>