Re: pkg_add and EPSV
- From: "Helmut Schneider" <jumper99@xxxxxx>
- Date: Wed, 29 Aug 2007 13:02:33 +0200
Joachim Schipper <jdNoOtSPAMschipper@xxxxxxxxxx> wrote:
Helmut Schneider <jumper99@xxxxxx> wrote:
Joachim Schipper <jdNoOtSPAMschipper@xxxxxxxxxx> wrote:So use /usr/local/bin/ftp-no-epsv:
Helmut Schneider <jumper99@xxxxxx> wrote:If I set FETCH_CMD to "ftp -E" and run pkg_add (-r):
my firewall does not know EPSV but tries to parse it. As a result itFrom ftp(1):
blocks passive ftp connections using EPSV (PASV works fine).
What can I do?
I tried to 'export FETCH_CMD=$(which wget)' but it seems ignored (ps
auxww still shows 'ftp -o - ...'). Can I use .netrc to disable EPSV?
Anything else?
-E Disables EPSV/EPRT command on IPv4 connections.
Can't exec "/usr/bin/ftp -E": No such file or directory at
/usr/libdata/perl5/OpenBSD/PackageRepository.pm line 515.
can't run ftp at /usr/libdata/perl5/OpenBSD/PackageRepository.pm line
515.
#!/bin/sh
exec ftp -E "$@"
Of course that works fine but isn't suitable for all machines here.
--
No Swen today, my love has gone away
My mailbox stands for lorn, a symbol of the dawn
.
- Follow-Ups:
- Re: pkg_add and EPSV
- From: Marc Espie
- Re: pkg_add and EPSV
- References:
- pkg_add and EPSV
- From: Helmut Schneider
- Re: pkg_add and EPSV
- From: Joachim Schipper
- Re: pkg_add and EPSV
- From: Helmut Schneider
- Re: pkg_add and EPSV
- From: Joachim Schipper
- pkg_add and EPSV
- Prev by Date: Misapprehension of US Legal System expressed on Misc
- Next by Date: Re: pkg_add and EPSV
- Previous by thread: Re: pkg_add and EPSV
- Next by thread: Re: pkg_add and EPSV
- Index(es):
Relevant Pages
|