Hi, Thomas! > I think that vfs_split_url() needs simplification, and should not deal > with netrc, but instead should return NULL as username if the caller > promises to handle it.
I've implemented this approach beacuse it's simple and it restores the old behavior of handling all netrc stuff in ftpfs. Unfortunately, I discovered during the testing that the proxy code is completely broken. SUP.proxy is set to 0 and is never assigned any other value. SUP.use_proxy is only used to disable passive connections. It seems that the proxy code was broken as early as in 1999. And you were wondering if somebody uses netrc. It's pretty typical for MC - you fix a small bug, test it and find another bug during testing and so on. That's why we should write good code from the beginning. Anyway, netrc support works well and all other breakage seems unrelated to your patch. -- Regards, Pavel Roskin _______________________________________________ Mc-devel mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc-devel