![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi,
is there any program with similar functionality as FreeBSD /usr/bin/fetch in OpenBSD installation (not ports)? Thanks. |
|
|||
|
Quote:
http://openbsd.org/faq/faq4.html#site |
|
|||
|
Thanks, yes, I referred to fetch(3), but I was thinking about some general download utility, not about installing packages. But I think I will get along with nc(1).
|
|
||||
|
For general downloading, ftp(1) can be used in "auto-fetch" format with ftp, http, or https protocols, and with ftp and http proxies. And, if necessary, net/wget is also available.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Thanks! That's what I was looking for.
|
|
||||
|
the ftp command is usually the most convenient thing, short of installing wget everywhere. Since a base level of 'ftp' client is essentially included on all BSD systems, Microsoft Windows NT, and probably a lot of Linux distros.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
|||
|
OpenBSD's ftp(1) utility is wonderful; I am especially digging that I do not need to install anything extra (like wget, or curl) just to download the target URL.
Sadly, the as-per-usual FTP client on Linux is not as useful (IMO) as the OpenBSD client. |
|
|||
|
It made sense for them to turn ftp(1) into a general purpose "fetcher" for the install media and for the package/port system.
If you look in the OpenBSD -CURRENT source for ftp, you'll notice that if it's compiled for SMALL.. it is only a fetcher, and cannot be used to upload files to an FTP server. You'll also notice that NetBSD and FreeBSD support HTTP in ftp, it's not only an OpenBSD thing. |
|
||||
|
To clarify, BSDfan, -DSMALL is used only when compiling the version used in the ramdisk kernel. The ftp(1) client in the OS is a fully functional program.
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenSolaris equivalent of systrace? | DraconianTimes | Solaris | 9 | 31st January 2009 04:36 AM |
| portupgrade -af, how to submit fetch options? | bsdfan | FreeBSD Ports and Packages | 4 | 28th December 2008 08:05 PM |
| Remastersys FreeBSD equivalent? | businessgeeks | FreeBSD General | 2 | 4th August 2008 01:44 PM |
| FreeBSD equivalent of DOS's fdisk /mbr | Nobber | FreeBSD General | 5 | 3rd June 2008 07:19 AM |
| linux-flashplugin fetch error. | bsdnewbie999 | FreeBSD General | 5 | 16th May 2008 05:40 AM |