--On 22 June 2005 10:13 -0500, L. V. Lammert wrote:
At 01:08 PM 6/22/2005 +0200, Dunric wrote:
Our LAN is connected to the Internet with Proxy gateway. Access is
authorized and requires following communication scheme:
USER <proxy-account-username>
PASS <proxy-account-password>
USER <[EMAIL PROTECTED]>
PASS <remote-ftp-server-password>
Both proxy server and gateway are using this scheme, they just
listen on different ports.
How do I setup OpenBSD's ftp client to communicate with such proxy ?
Why not use Lynx? It's a lot prettier than an ftp client, and I
expect it might be more capable of handling yoru proxies.
No good for pkg_add.
Looking at ftp manual, how about something like this in .netrc:
machine ftp.openbsd.org
login proxy_user
password proxy_password
macdef init
user ftp
pass ftp@
<blank line here>