home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / FTPSER03 / DOC / WHATSUP.DOC < prev   
Text File  |  1997-09-19  |  3KB  |  82 lines

  1. CURRENT STATUS OF FtpServer         (Peter Moylan's FTP daemon)
  2. ===========================
  3. Last updated 1997-09-19                            Version 0.3
  4.  
  5. -------------------------------------------------------------------
  6. SERIOUS BUGS
  7.  
  8. These, of course, have to be fixed before I can release a production
  9. version of the program.
  10.  
  11. (Nothing in this list for now.)
  12.  
  13. -------------------------------------------------------------------
  14. LIMITATIONS AND MISSING FEATURES
  15.  
  16. These are things I might fix up when I have the time, though some
  17. have higher priority than others.
  18.  
  19. 1. Transfer types: only Ascii, Image, and "Local 8" are supported,
  20.    and in fact for now these are all treated identically.  Support
  21.    for Fortran carriage control and EBCDIC will probably never be added.
  22.  
  23. 2. Page-structured files will probably never be supported.
  24.  
  25. 3. The only supported transmission mode is stream mode.  I might
  26.    or might not add support for block mode and compressed mode
  27.    at a later stage.
  28.  
  29. 4. No logging of any kind.
  30.  
  31. 5. No timeouts.
  32.  
  33. 6. APPE: implemented but not tested.
  34.  
  35. The following commands from RFC 959 are not implemented:
  36.    ACCT, ALLO, HELP, SMNT, STAT, STOU
  37.  
  38. -------------------------------------------------------------------
  39. KNOWN BUGS
  40.  
  41. 1. Handling of Ctrl/C could be made a bit more elegant.
  42.  
  43. 2. The "q" from keyboard, to shut down the server, is not
  44.    consistently closing down the program cleanly.
  45.  
  46. 3. Spurious blank line at end of welcome message.
  47.  
  48. -------------------------------------------------------------------
  49. UNKNOWN BUGS
  50.  
  51. None known at present.  If you find any bug that's not mentioned
  52. in this document, please report it to peter@ee.newcastle.edu.au.
  53.  
  54. -------------------------------------------------------------------
  55. QUIRKS
  56.  
  57. These might be seen as errors, but there's no urgency to fix them
  58. because they don't have a harmful effect.
  59.  
  60. 1. Can CD to a directory that doesn't exist, if that directory is
  61.    shown as readable in the user's permission file.  Not a real
  62.    problem, because the user sees an empty listing and can't do
  63.    any operations in that directory.
  64.  
  65. -------------------------------------------------------------------
  66. NON-STANDARD FEATURES
  67.  
  68. The program violates RFC959 in the following ways:
  69.  
  70. 1. Extra commands SIZE and MDTM are implemented.
  71.  
  72. 2, We do not bind the data socket to port L-1 (where L is the
  73.    command port).  Doing so would be inefficient, and I can't
  74.    see why any client would need it.
  75.  
  76. 3. The SYST command returns a reply of UNIX rather than OS/2.
  77.    I had to do this because the "correct" reply causes
  78.    WebExplorer to misinterpret the directory listings, and
  79.    I'm told that at least one Microsoft ftp client will refuse
  80.    to connect to a server that identifies itself as OS/2.
  81.  
  82.