home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Internet / MLink_ncftp / README.amiga < prev    next >
Text File  |  1993-10-10  |  942b  |  32 lines

  1. Short: AmiTCP port of ncftp
  2. Type: comm/tcpip
  3. Uploader: ch@irb.informatik.uni-dortmund.de
  4. Author: mgleason@cse.unl.edu, port by ch@irb.informatik.uni-dortmund.de
  5.  
  6.  
  7. NCFTP
  8. =====
  9.  
  10. Ncftp is a ftp client which has some nice features. See ncftp.man for
  11. ncftp specific question.
  12.  
  13. Amiga porting notes:
  14.     RC-Files are searched for in "s:".
  15.  
  16.     You may try to set "set ansi-escapes on" inside ncfp to
  17.     get a bar describing the state of the transmission.
  18.  
  19.     I did this port using SAS/C 6.3.
  20.     Since AmiTCP's sockets are not integrated into the SAS/C stdio
  21.     stuff I took the following approach:
  22.     All calls to unix-level/stream-level file functions are replaced
  23.     with calls to my functions which call the needed functions.
  24.     This layer is implemented as far as I needed it in amiga/s_socket.c.
  25.  
  26.     mget and mput should function.
  27.     Shell escapes via "!command" are supported.
  28.     
  29. If you have questions you may reach me via email at:
  30.  
  31.     ch@irb.informatik.uni-dormund.de
  32.