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=1.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HDRS_MISSP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 17958 invoked from network); 11 Jul 2022 05:11:33 -0000 Received: from hurricane.the-brannons.com (2602:ff06:725:1:20::25) by inbox.vuxu.org with ESMTPUTF8; 11 Jul 2022 05:11:33 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTP id 482f2513 for ; Sun, 10 Jul 2022 22:11:28 -0700 (PDT) Received: from resqmta-a1p-077438.sys.comcast.net (resqmta-a1p-077438.sys.comcast.net [2001:558:fd01:2bb4::4]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPS id 7c643e4a (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Sun, 10 Jul 2022 22:11:22 -0700 (PDT) Received: from resomta-a1p-077246.sys.comcast.net ([96.103.145.237]) by resqmta-a1p-077438.sys.comcast.net with ESMTP id AlaxojjOH8yi3AlhYoBgGd; Mon, 11 Jul 2022 05:11:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1657516280; bh=PdIMOwCia5hhdpMzq12QjszmFSYcLZ0DIs6lf4EQ0vg=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=EU9sVbsiGBAB562fkaiz5a1XI3SsejV3bE7XqrWvW6fqeTB8VrIVda1S1lE9IdAyX 1pYyOTHLT4rQ49FjFLinXLPibprUIDoGGT93rr2yHztnZyvgwl612g4Vvt+1/aADBm 2Mrq/exwao7ldyjEz0Z8WB1g4aQq6EU8BbL6b1bMq+FLHL8Hrs4ZYnzWHGgU73Wgg0 LrE+/UtrWR5LyQEXMUPATOrUWWY52YtbamnSiLK4fMwPrP68e1PPPh+EgAT/b59tx4 Yb3TFVsoD6I+6dpcXUi01E2DO0OMIvAayb91uVvyCTo4aY00kK26YijoqKFyhZrGOY NVs6TmzrAYevw== Received: from unknown ([IPv6:2601:408:c001:30::ac39]) by resomta-a1p-077246.sys.comcast.net with ESMTPSA id AlhWo7lfBy9vhAlhWoytPu; Mon, 11 Jul 2022 05:11:19 +0000 X-Xfinity-VMeta: sc=0.00;st=legit To:edbrowse-dev@edbrowse.org From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.8.2.1+ Subject: ftp scp uploads Date: Mon, 11 Jul 2022 01:11:18 -0400 Message-ID: <20220611011118.eklhad@comcast.net> X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-248066 Content-Transfer-Encoding: 7bit This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-248066 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Dave gave me something interesting to work on, (thank you), and so I = did. ftp and scp uploads. But I have only been able to test scp, I don't have a writeable ftp = server handy, so can't guarantee that one. But scp is pretty cool. Give it a try. e scp://login:password@whatever.com/home/mylogin/some_file make some changes w q It all works, but, as I mentioned on the chat group, 1. I can't use keys to ssh in; I have to specify login and password, = which is kind of a pain. Is that a limitation of curl, or is there some = other way to tell it to use public keys? Some sites only allow for ssh = with keys. 2. I have to specify the absolute path, it starts from / not from my = home directory. This is different I think from how ftp works. Also = different from the shell scp command, so is confusing. I haven't documented these in detail, not sure how they work yet, or = even if ftp works at all. I did add them to the quick list of commands, that you see by typing = help. The downloads, like all downloads, can happen in the background, if bg = is set, but uploads are always in foreground. I think this is reasonable, you're more likely to ftp down a huge file, = than to ftp up. Karl Dahlke --nextpart-eb-248066--