pkg-get fails with Invalid PORT

pkg-get (version 3.7.2) reports:

Connecting to ftp.ibiblio.org:21... connected!

Logging in as anonymous ... Logged in!

==> TYPE I ... done. ==> CWD pub/packages/solaris/csw/unstable/sparc/

5.10 ... done.

==> PORT ...

Invalid PORT.

Giving up.

There are multiple repetitions of this exchange. I am behind an

ipfilter firewall, but normal ftp's, wget's, and the like all work.

Anyone have ideas?

[471 byte] By [timevansa] at [2007-11-27 2:21:38]
# 1
I had to add an explicit --passive-ftp flag to the $WGET line at the end of the grabfunc() function in the pkg-get script before it worked for me. I'm not using an ipfilter firewall, but our router has an acl that prevents non-passive FTP from working.
j2roberta at 2007-7-12 2:24:33 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
> I had to add an explicit --passive-ftp flag to the> $WGET line at the end of the grabfunc() function inYep, that works. Thanks for the help.
timevansa at 2007-7-12 2:24:33 > top of Java-index,Solaris Operating System,Solaris 10 Features...