Ftp-WG: Re: MLST draft - NUL CR LF again
"Gregory A Lundberg" <[email protected]>
| Newsgroups | gmane.ietf.ftpext |
|---|---|
| Message-ID | <[email protected]> |
Bitch all you want, but we ALL support CR NUL as end-of-line. $ telnet telnet>unset crlf Will send carriage returns as telnet <CR><NUL>. telnet>open munnari.oz.au 21 Trying 128.250.22.2... Connected to munnari.oz.au. Escape character is '^]'. 220 munnari.OZ.AU FTP server (Version 5.95 2000/07/08 21:15:53) ready. user ftp 331 Guest login ok, send ident as password. pass lundberg@ 230 Guest login ok, access restrictions apply. quit 221 Goodbye. Connection closed by foreign host. $ telnet telnet>unset crlf Will send carriage returns as telnet <CR><NUL>. telnet>open ftp.ipswitch.com 21 Trying 156.21.4.254... Connected to ftp.ipswitch.com. Escape character is '^]'. 220-ftp1.ipswitch.com X2 WS_FTP Server 3.0.1 (1609819023) 220-Welcome to ftp1.ipswitch.com 220-This server is located in Massachusetts, USA 220 ftp1.ipswitch.com X2 WS_FTP Server 3.0.1 (1609819023) user ftp 221 Password required pass lundberg@ 230 user logged in quit 221 Good-Bye Connection closed by foreign host. $ telnet telnet>unset crlf Will send cariage returns as telnet <CR><NUL>. telnet>open ftp.wu-ftpd.org 21 Trying 205.133.13.60... Connected to ftp.wu-ftpd.org. Escape character is '^]'. 220 ftp.wu-ftpd.org FTP server ready. user ftp 331 Guest login ok, send your complete e-mail address as password. pass [email protected] 230-Welcome to the FTP server for the WU-FTPD Development Group 230- 230-This server is the primary distribution site for the WU-FTPD daemon. 230- 230-The pub directory contains the distribution and supporting files. 230- 230-If you are uploading contributions, please place them in the incoming 230-directory and email [email protected] announcing your upload. 230- 230 Guest login ok, access restrictions apply. quit 221 Goodbye. Connection closed by foreign host. $