OBSOLETE Cygutils - Utilities for Cygwin

UP
Obsolete CygUtils Home
Obsolete V1.1 Home

ncftp-3.0.1

Notes:

  • 2001-Jan-24: obsoleted by ncftp-3.0.2-1 in the official net-release. Get it at one of these sites, in the 'contrib/ncftp' directory. Note that as of Jan 24, 2001, it is not yet official; it is a test release. You must specifically choose it in the setup.exe program in order to install.

  • 2000-Dec-3: ncftp has been added to the usr-local package.

    Since the cygutils version of ncurses was obsoleted by a newer version of ncurses in the official cygwin distribution, this ncftp may break if you don't have the cygutils ncurses installed on your machine. There are a number of ways to fix this:

    Builds out-of-box (mostly).

    Download:

    ncftp-3.0.1-cygwin1.1.README

    REQUIRES:
      ncurses
      /bin/ls(.exe) must exist
      /bin/rm(.exe) must exist
    
    unpack ncftp-3.0.1.tar.bz2
    cd ncftp-3.0.1
    
    CFLAGS=-I/usr/local/include \
      LDFLAGS=-L/usr/local/lib \
      ./configure \
      --prefix=/usr/local
    
    #give it time; configure seems to hang but it's not, really.
    #edit ./vis/Makefile, and add an '.exe' to the end of DPROGS=
    
    make
    make install
    
    
    

    Obsolete V1.1 Home

    Obsolete CygUtils Home

    Last modified: Wed Jan 24 01:47:58 -0500 2001