Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 1997 16:26:09 -0700 (PDT)
From:      Bill Fenner <fenner@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libftpio ftpio.c
Message-ID:  <199710022326.QAA11082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      1997/10/02 16:26:09 PDT

  Modified files:
    lib/libftpio         ftpio.c 
  Log:
  Teach ftpErrString to format UNIX errnos, since at least ftpLogin()
  can return UNIX errnos.  When UNIX errnos catch up with FTP status
  codes (e.g. at 100) a new way will have to be found to tell which
  is which.
  
  This allows fetch to print errors like
  fetch: ftp.fu-berlin.de: No route to host
  instead of
  fetch: ftp.fu-berlin.de: Unknown error
  
  Revision  Changes    Path
  1.28      +4 -1      src/lib/libftpio/ftpio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710022326.QAA11082>