On Wed, Nov 15, 2006 at 02:44:18PM +0000, [EMAIL PROTECTED] wrote: > ..So 2 questions. First, can I shut of EPSV and use PASV instead for > pkg_add? Doesn't look like our firewalls will support us turning on > allowing EPSV. I looked through the man pages and didn't find anything.
In the man for pkg_add(1), look for the environment variable FETCH_CMD. You may set it to any script you like, and include any file transfer methodology that your package server(s) support, including ftp -E or ftp -A, as you desire.

