Re: Ilugd-dev Digest, Vol 14, Issue 1: Geting Proxy Information.
Sharad Birmiwal <[email protected]> Wed, 20 Jul 2005 16:19:18 +0530
| Newsgroups | gmane.user-groups.linux.delhi.devel |
|---|---|
| Message-ID | <[email protected]> |
hi sorry for this late response. if you just have to retrieve files from the inet, you cal probably use something like wget (which automatically checks for proxy set in the environment). if you want your application to run as a socks client, you can use dante (http://freshmeat.net/redir/dante/1689/url_homepage/dante). ald if you really do go about coding this, i think perl would be your best bet :) (i know someone else on the list who really likes perl) hope this helps sharad birmiwal On 7/16/05, Abhijit Menon-Sen <[email protected]> wrote: > At 2005-07-16 16:24:12 +0530, bsingh-dv/[email protected] wrote: > > > > > Possible answers range from getenv("http_proxy") to SOCKS. > > > > Can you please elaborate on this? > > Often, getenv("http_proxy") (and ftp_proxy etc.) will give you a proxy > URL that you can connect to, or you can link your application to SOCKS > (both of which you can ask Google about). > > > Adding to this, I wanted to find out all the network interfaces > > on my machine which are connected to Internet > > man 3 getifaddrs > > -- ams > > _______________________________________________ > The ILUGD-Dev mailing list > Ilugd-dev-cunTk1MwBs8/[email protected] > > Subscribe/Unsubscribe/Suspend your list membership at: > http://frodo.hserus.net/mailman/listinfo/ilugd-dev >