Fech behind a authenticated firewall (http firewall)

Fech behind a authenticated firewall (http firewall)

Post by Pratiz Von Mismar » Sun, 28 Jul 2002 22:53:23



 folks,
was just trying to get the fetch command work from inside a firewall. The
prblem is with password authentication, any ideas how to do it?

TIA
bye pratiz

 
 
 

Fech behind a authenticated firewall (http firewall)

Post by Simon Barne » Mon, 29 Jul 2002 00:22:10


Hi Pratiz,

Quote:>  folks,
> was just trying to get the fetch command work from inside a firewall. The
> prblem is with password authentication, any ideas how to do it?

Don't know about 'fetch', but 'wget' has the --http-user=user and
--http-passwd=password options.

To use wget instead of fetch for your ports system, add 'FETCH_CMD=wget'  to
your /etc/make.conf.

Simon

 
 
 

Fech behind a authenticated firewall (http firewall)

Post by John Nielse » Mon, 29 Jul 2002 14:03:53



> Hi Pratiz,

>>  folks,
>> was just trying to get the fetch command work from inside a firewall. The
>> prblem is with password authentication, any ideas how to do it?

> Don't know about 'fetch', but 'wget' has the --http-user=user and
> --http-passwd=password options.

> To use wget instead of fetch for your ports system, add 'FETCH_CMD=wget'
> to your /etc/make.conf.

fetch does offer similar functionality.  See the ENVIRONMENT section of the
fetch(3) manpage.  (The command-line program is fetch(1), but it uses the
fetch(3) syscalls.. etc).

JN

 
 
 

Fech behind a authenticated firewall (http firewall)

Post by Simon Barne » Mon, 29 Jul 2002 18:42:24


Quote:>> Don't know about 'fetch', but 'wget' has the --http-user=user and
>> --http-passwd=password options.

>> To use wget instead of fetch for your ports system, add 'FETCH_CMD=wget'
>> to your /etc/make.conf.

> fetch does offer similar functionality.  See the ENVIRONMENT section of the
> fetch(3) manpage.  (The command-line program is fetch(1), but it uses the
> fetch(3) syscalls.. etc).

Thank you for the information -- I got to know annother library from the base
system :-)

Simon