On 2007/01/15 15:21, Didier Wiroth wrote:
> Thank you but it does not work.

> *** Error code 1
> 
> Stop in /usr/ports/net/no-ip (line 2124 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).

You did say pkg_add not ports... Ports don't use -o - (you can
probably just use FETCH_CMD=ncftpget for them).

You can automate things (including using something other than
ncftpget for http:// URLs), but you get to write it, it's all just
basic scripting that you should learn anyway if you're using a
unix-like os (hey, it gives you an incentive to learn :-)

Most people don't need this, they either have no proxy required, a
transparent proxy or "nat helper" for FTP, or an http proxy without
authentication (in which case set ftp_proxy and http_proxy and ftp(1)
will cope).

The rarer side-cases not supported by ftp(1) are your example with a non-
transparent FTP proxy, and an HTTP proxy requiring authentication (as came
up recently). Or a socks proxy, but that's easy anyway (dsocks).

Reply via email to