epkg is a package manager which uses the Encap Package Management System, a method for flexibly handling installation and management of third-party software on a Unix system. Encap places each package in its own subdirectory, then automatically manages symlinks to their appropriate places in /usr/local. The Encap package format includes features like postinstall scripts and prerequisite checking. Other features include builtin tar/gzip extraction, optional builtin FTP and HTTP support, transaction logging, and the ability to automatically upgrade a package to the latest version.
fget is a commandline tool for mirroring remote files via FTP. It is based upon the included FTP client library, whose API is designed to resemble the normal Unix API for accessing files and directories. This interface should make it very easy to integrate FTP support into other applications.
Re: how to disable dircache There is currently no mechanism for completely disabling the directory cache. However, you can usually work around this by changing the values of the FTP_OPT_CACHE_M...
Re: test code on hp-ux ( libfget configed as "LIBS=-ld4r ./configure") I'd be happy to help you debug this problem further, but the project comment section here on freshmeat is a r...
Re: fget-1.3.1 , multithread , hp-ux > I use "LIBS=-ld4r ./configure" > to build fget-1.3.1 on > hp-ux(pa-11.11), everything is ok . then > in my application ...
Re: issue of "REST %d" > but I didn't find ftp_lseek do > "REST %d" as I guess , it just > receives bytes and ignores them until > the size o...
Re: help 1.3.0 > I cannot compile this version on > hp-ux(pa-11.11.11,compiler : cc), > does it support hp-ux? I no longer have access to an HP-UX machine to test it out on th...