From nobody Wed Nov 16 03:10:28 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NBp2b06LKz4hLx0 for ; Wed, 16 Nov 2022 03:10:31 +0000 (UTC) (envelope-from iio7@tutanota.com) Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits)) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NBp2Y5tQdz45yx for ; Wed, 16 Nov 2022 03:10:29 +0000 (UTC) (envelope-from iio7@tutanota.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b=1rGIRPnN; spf=pass (mx1.freebsd.org: domain of iio7@tutanota.com designates 81.3.6.162 as permitted sender) smtp.mailfrom=iio7@tutanota.com; dmarc=pass (policy=quarantine) header.from=tutanota.com Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id 96BDBFA00BC for ; Wed, 16 Nov 2022 03:10:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1668568228; s=s1; d=tutanota.com; h=From:From:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=c+cwmVnwypCZVWycBIPbzAwB9OMRblww4y4NotFZF4s=; b=1rGIRPnNJ2ZYxTgr3ZNradGS1Yz/q4TLWTy+ZWWLVeWHbiBObIAXTvgeFKkC5uE6 BpMMM3SW6ZCPy4V1cklHCVqo2kLnFubcFmqy15e640Qvenfk66FQf/5j35FQLECYgSJ nrMK4HXN6jjDcpkP88lUCDpZk2FrkxbYL/cezquXA3tBoSduLW3AeafM1EurdCj3zdw QqkDBUBLeq5FetmDpWGCa/yg5Qy9yp98pp2/cj8zxcoLzUUS+SU+lgftiaw4N/Q2ifk s72noLqoSBAj/DjidtMAetmknh6s8HktT2f0DBRxC6pr2suyLRyvyvIjs0F/SIo8ash MiyuefZByA== Date: Wed, 16 Nov 2022 04:10:28 +0100 (CET) From: iio7@tutanota.com Cc: freebsd-questions@freebsd.org Message-ID: In-Reply-To: References: Subject: Re: Cannot SFTP into FreeBSD boxes with Midnight Commander List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-1.00 / 15.00]; MISSING_TO(2.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[tutanota.com,quarantine]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; R_DKIM_ALLOW(-0.20)[tutanota.com:s=s1]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_NO_DN(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[tutanota.com:+]; RCPT_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NBp2Y5tQdz45yx X-Spamd-Bar: / X-ThisMailContainsUnwantedMimeParts: N Nov 16, 2022, 03:07 by Olivier.Nicole@cs.ait.ac.th: > sftp://foo/ is a URL, there is no way you can cd to a URL. > > I thing you could wget or curl to a URL. > > Because you have a trailing /, my guess is that MC interprets that as a > directory instead of a URL. > You are misunderstanding, MC is doing this. The cd part can be used to manually test from within MC.