home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / tcpip / 6079 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.9 KB  |  47 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!philica!geertj
  3. From: geertj@ica.philips.nl (Geert Jan de Groot)
  4. Subject: solaris FTP bug (was: Re: Determining Port Numbers....)
  5. Message-ID: <1993Jan25.090331.24822@ica.philips.nl>
  6. Organization: Philips Consumer Electronics, Eindhoven, The Netherlands
  7. References: <1993Jan20.162611.25831@walter.bellcore.com> <1jki9vINNmr9@aludra.usc.edu> <1993Jan21.155457.27880@panther.mot.com> <1993Jan22.004203.5030@walter.bellcore.com>
  8. Date: Mon, 25 Jan 1993 09:03:31 GMT
  9. Lines: 36
  10.  
  11. maritza@espresso.bae.bellcore.com (Maritza Ramirez) writes:
  12.  
  13. >Example:
  14. >                    ___________________ ftp's well known port
  15. >                   /
  16. >$ telnet itsname 21
  17. >Trying 128.96.133.64 ...
  18. >Connected to itsname.
  19. >Escape character is '^]'.
  20. >220 itsname FTP server ready.  _____________ ftp server accepts connection
  21. >USER maritza
  22. >331 Password required for maritza.
  23. >PASS mypass123
  24. >230 User maritza logged in.
  25. >HELP
  26. >214-The following commands are recognized (* =>'s unimplemented).
  27. >   USER     PORT     RETR     MSND*    ALLO     DELE     SITE*    XMKD     CDUP
  28. >   PASS     PASV     STOR     MSOM*    REST*    CWD      STAT*    RMD      XCUP
  29. >   ACCT*    TYPE     APPE     MSAM*    RNFR     XCWD     HELP     XRMD     STOU
  30. >   REIN*    STRU     MLFL*    MRSQ*    RNTO     LIST     NOOP     PWD
  31. >   QUIT     MODE     MAIL*    MRCP*    ABOR     NLST     MKD      XPWD
  32. >QUIT
  33. >221 Goodbye.
  34. >Connection closed by foreign host.
  35. >$
  36.  
  37. Please note that Maritza probably used a solaris 5.1 machine to display this;
  38. you can tell because the response to the HELP command is incorrect.
  39. The last line of the response should start with 214<space> to show that
  40. this is the last line of the response.
  41.  
  42. There are probalby going to be zillions if machines that have this problem.
  43. Has anybody found yet where SUN moved the FTP help response file?
  44.  
  45. Geert Jan
  46.  
  47.