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