home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 417_01 / libftp / Changes < prev    next >
Encoding:
Text File  |  1994-03-24  |  1.5 KB  |  28 lines

  1. 10/16/1993       FtpConnect.c     Replace gethostbyname with FtpGetHost
  2. 10/16/1993       FtpGetHost.c     Created. Read host by name or address.
  3. 10/16/1993       ftptry.c     Add signals SIGSEGV,SIGPIPE
  4. 10/16/1993       ftptry.c    Add key -c (cat mode)
  5. 10/16/1993       ftptry.c    Add key -m (redirect output via e-mail)
  6. 10/16/1993       ftptry.c    Add exit(0) in loop 
  7. 10/16/1993       ftptry.c    Add logging via e-mail
  8. 10/16/1993       ftptry.c    In loop2 replace loop() with longjmp,
  9.                                 Add setjmp in loop. 
  10. 10/16/1993       ftptry.c    Replace FtpSetDebugDebug 
  11.                 with FtplibDebug(1)
  12. 10/16/1993       ftptry.c    Replace /dev/tty with *STDOUT*
  13. 10/16/1993       FtpFopen.c    Created. Check file name for 
  14.                                 *STDIN*, *STDOUT*, *STDERR* there special 
  15.                 file name witch rederected for pipes 0,1,2 
  16. 10/16/1993       FtpRetrTimeout.c \
  17.         FtpStorTimeout.c  > Replace fopen with Ftpfopen 
  18.         FtpFullOpen.c    /
  19. 10/17/1993    ftptry.c    Add key -P for read password from tty.
  20. 10/19/1993      FtpLibrary.h    Add enum for ftplib_debug
  21.                                 FTP_nodebug (default)
  22.                                 FTP_debug (debug with exit)
  23.                                 FTP_noexit (debug without exit)
  24. 10/19/1993      FtpDebug.c      \ Move ftplib_debug var from 
  25.                 FtpConnect.c     / FtpConnect.c to FtpDebug.c
  26. 10/24/1993    ftptry.c    Add close chanel procedure to front of the loop2 func.
  27. 10/26/1993    ftptry.c    Add keys O & G. Add function domultiget                                
  28.