jrmarino / fetch-freebsd

The fetch utility from FreeBSD Release 12, modified for portability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetch-freebsd

This is the code for the fetch utility from FreeBSD Release 12.0. It has been modified to allow building on Linux and Solaris 10u8, and is the version of fetch used by Ravenports.

The cmake-based makefiles build and install:

  1. dynamically built fetch program (SSL libraries are statically linked by default)
  2. static libfetch library
  3. static libfetch library compiled with Position Independent Code
  4. dynamic libfetch library
  5. One man page for the fetch executable
  6. Another man page for the fetch library

Name

fetch -- retrieve a file by Uniform Resource Locator

Description

The fetch utility provides a command-line interface to the fetch(3)
library.  Its purpose is to retrieve the file(s) pointed to by the URL(s)
on the command line.

Manual Page

FreeBSD version

About

The fetch utility from FreeBSD Release 12, modified for portability.

License:Other


Languages

Language:C 88.0%Language:Roff 10.4%Language:CMake 1.3%Language:Shell 0.3%