After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113200 - FTP module does not use the proxy settings
FTP module does not use the proxy settings
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Module: ftp
cvs (head)
Other All
: Normal normal
: ---
Assigned To: Malcolm Tredinnick
Malcolm Tredinnick
: 303555 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-05-18 02:00 UTC by Malcolm Tredinnick
Modified: 2006-01-11 11:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Fix for this bug (2.72 KB, patch)
2005-11-28 19:03 UTC, Fabio Bonelli
committed Details | Review

Description Malcolm Tredinnick 2003-05-18 02:00:25 UTC
The FTP module does all of its connections directly to the source. It
should at least respect the FTP proxy settings (and possibly the ignore
host settings for the HTTP proxy, too). In some network scenarios (e.g. my
workplace), this prevents the FTP module from being usable at all.

I will fix this at some point soon (before 2.4 freeze time).
Comment 1 Christian Neumair 2005-05-06 21:36:05 UTC
This is just a friendly reminder: Maybe you could look into it? It would be good
to have the proxy settings adopted througout GNOME. Currently, ftp-method.c
seems to contain a USE_PROXY_KEY variable which points at the use_proxy_key
gconf key string, but it isn't evaluated/used anywhere.
Comment 2 Christian Kellner 2005-05-09 12:56:55 UTC
*** Bug 303555 has been marked as a duplicate of this bug. ***
Comment 3 Fabio Bonelli 2005-11-28 19:03:52 UTC
Created attachment 55332 [details] [review]
Fix for this bug

Maybe an optional authentication dialog for FTP proxies that require it should
be provided as well.
Comment 4 Alexander Larsson 2006-01-11 11:19:03 UTC
This looks at least better than what we have. I commited this with a few indentation fixed, and i made it not use ftp proxy if the proxy hostname is blank.

It would be nice if it catched runtime changes to the gconf key though.