diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-07-30 09:37:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-07-30 09:37:31 +0000 |
| commit | a2d09e69b2dcd509fab6031f00b3e36ed56e2409 (patch) | |
| tree | 6f859d8163b940adb6af84848aaf9fa37a172a55 /usr.sbin | |
| parent | 4366f12ca2f2a014e3c4502f54c869fd96fa06d5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index f5e3bf9a13e4..e136279ec041 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -173,6 +173,18 @@ URL pointing at a file available on an ftp site. Thus you may extract files directly from their anonymous ftp locations (e.g. .Nm ftp://ftp.freebsd.org/pub/FreeBSD/packages/shells/bash-1.14.4.tgz). +Note: If you wish to use +.B passive mode +ftp in such transfers, set +the variable +.B FTP_PASSIVE_MODE +to some value in your environment. Otherwise, the more standard +ACTIVE mode may be used. If +.Nm +consistently fails to fetch a package from a site known to work, +it may be because you have a firewall that demands the usage of +.B passive mode +ftp. .Sh TECHNICAL DETAILS .Nm is fairly simple. It extracts each packages' "packing list" |
