Re: Telnet and FTP to Historic

Carsten Bormann <cabo@tzi.org> Wed, 02 December 2020 17:18 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A06B03A13C5 for <ietf@ietfa.amsl.com>; Wed, 2 Dec 2020 09:18:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.219
X-Spam-Level:
X-Spam-Status: No, score=-4.219 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AAwlsu_3Gtp6 for <ietf@ietfa.amsl.com>; Wed, 2 Dec 2020 09:17:58 -0800 (PST)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 147AA3A1499 for <ietf@ietf.org>; Wed, 2 Dec 2020 09:17:33 -0800 (PST)
Received: from [192.168.217.120] (p548dca87.dip0.t-ipconnect.de [84.141.202.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4CmQdR6pSczyRf; Wed, 2 Dec 2020 18:17:31 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
Subject: Re: Telnet and FTP to Historic
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <0c5a4935-f0b6-4b86-dc0e-3b4466bc09a4@nostrum.com>
Date: Wed, 02 Dec 2020 18:17:31 +0100
Cc: IETF Discussion Mailing List <ietf@ietf.org>
X-Mao-Original-Outgoing-Id: 628622251.5206521-e1e5ea3d9280bca65c35de2141bf0ca7
Content-Transfer-Encoding: quoted-printable
Message-Id: <F1FF9720-AA72-4B92-ABE7-6E0E875059BA@tzi.org>
References: <AA1E0A8464BC45FB4FA44684@PSB> <2D63A357-E253-462C-864D-2BF96D3E2E18@tzi.org> <F4CD3381C5D0E24C91FC4A91@PSB> <20201201030759.GJ5364@mit.edu> <5720F933910C959C9278EBCF@PSB> <CAMm+LwgpcLxSdzgfJy2441hjNWP=Fui-f8Oq1bZB=2QdZeOUNQ@mail.gmail.com> <0c5a4935-f0b6-4b86-dc0e-3b4466bc09a4@nostrum.com>
To: Adam Roach <adam@nostrum.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/XdNez5JATHGrATn1EZ44GU9zcco>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Dec 2020 17:18:01 -0000

On 2020-12-02, at 17:38, Adam Roach <adam@nostrum.com> wrote:
> 
> If it helps: I've yet to find a system that lacks both telnet and nc (netcat) out of the box.

Indeed, interestingly, for me, nc replaces the existing usages of both telnet and ftp (i.e., unencrypted and third-party transfers).  Except that my brain cannot teach my fingers to stop typing “telnet”, so I usually have that installed in some form (e.g., inetutils) as well.

Grüße, Carsten

PS.: OK, I should probably simply alias “telnet” to “nc -ctv” or some such.