From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28917 invoked from network); 19 Sep 2023 02:04:40 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 19 Sep 2023 02:04:40 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 4E427402A2; Tue, 19 Sep 2023 12:04:33 +1000 (AEST) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by minnie.tuhs.org (Postfix) with ESMTPS id C9B44402A1 for ; Tue, 19 Sep 2023 12:04:22 +1000 (AEST) Received: from letrec.thunk.org (c-73-8-226-230.hsd1.il.comcast.net [73.8.226.230]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 38J24C7q005311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 18 Sep 2023 22:04:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1695089057; bh=mM//nuMBwfCXLmEQP67we7Vzed6XyHNzgJ8QSNR+Utk=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=cdRMytE9B3PYiQWu/TbO08PTGAcR9CwQyz+OVMYn5V3v3tTTVDmTZzSH+gQlvK7qZ c7cE+J0lALi97u4d3hmN4zBMTV376/XMrPJHBiwZhWdOQwwtih7fQBzrgdZG6n3ImH NfS2YLOkTi4+W3FDU286CyW2o4wKw03WZvlRke95vd8qa6NBZB+CnfzzCoRK+OEZXW k0E/V/DMuGMQjcbRGBc8TF84AdibNT9hedBjCJ9DV6WhUWultFkb1BruVvte+2Qq/9 Ilbx5j4+/mLpWrca285y1bEBLI5fkWdR+8CDCifUkUm6dqZKxF8Wf+dUwhG3TnM0kG 5Hp5BQdfiR0sA== Received: by letrec.thunk.org (Postfix, from userid 15806) id 4B7818C02E6; Mon, 18 Sep 2023 22:04:12 -0400 (EDT) Date: Mon, 18 Sep 2023 22:04:12 -0400 From: "Theodore Ts'o" To: Dan Cross Message-ID: References: <81B4F221-C3EF-4543-84CD-78E52ABF0E67@planet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Message-ID-Hash: OPSSBMBT3QZSXZPA3TDNMWWXRVIPW56R X-Message-ID-Hash: OPSSBMBT3QZSXZPA3TDNMWWXRVIPW56R X-MailFrom: tytso@mit.edu X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Paul Ruizendaal , "tuhs@tuhs.org" X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: x/y/zmodem on Unix List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, Sep 18, 2023 at 07:07:25PM -0400, Dan Cross wrote: > > xmodem lives on in a lot of embedded applications because of its > overall simplicity. We used it to bootstrap kernels onto Oxide > computers, for example, while we were doing active development. Today, KDE's Konsole terminal window has a "ZModem upload" function, which I've used for sending a file up to some system where the administrator on the remote machine has disabled scp and sftp for random security $REASONS. I could compress the file and use uuencode/uudecode, but for larger files where cut and paste isn't terribly convenient, using zmodem can be one of the simpler and more effective. - Ted