Hello,
(I'm using 4.0-stable)
We have a ftp proxy which I can't bypass with the standard openbsd ftp
command.
Every pkg_add commands, or any fetch commands in the ports system, fail
when it tries to fetch some file via ftp:// sites.
I tried every possible combination of the ftp_proxy variable but it
doesn't work.
I'm able to use the openbsd ftp command and connect like this:
1) connect to our ftp proxy "without" authentication.
ftp -n ourproxy
Connected to ourproxy.
220 FTP Service (36)
ftp>
2) and now manually connect to the desired ftp server:
ftp> user [EMAIL PROTECTED]
331 Anonymous login ok, send your complete email address as your password.
Password:
230 Anonymous access granted, restrictions apply.
ftp>
The NCFTP client works with the following 2 options:
#type 1: Connect to firewall host, but send "USER [EMAIL PROTECTED]"
firewall-type=1
firewall-host=a.b.c.d
Unfortunately NCFTP is of no use with pkg_add or the ports system as it
does not support the required "-o -" option.
Could someone tell me which other program I could use to resolve this
problem?
Thank you very much!
Kind regards
Didier