From nobody Wed Nov 16 03:00:06 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 4NBnpc0WrBz4hL6j for ; Wed, 16 Nov 2022 03:00:08 +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 4NBnpb2YW0z421k for ; Wed, 16 Nov 2022 03:00:07 +0000 (UTC) (envelope-from iio7@tutanota.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tutanota.com header.s=s1 header.b=iEA5lNVa; 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 1BE68FBF572 for ; Wed, 16 Nov 2022 03:00:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1668567606; 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=T3X+jl+ImTDMllGbzRltj2nR5SBykhS4v5YfPGzALl0=; b=iEA5lNVaDcewGtmBurEI/1sQRNzbkp8jqHBmDUggcQxU4hmn9gu4dYs1DNQP17vS VvD8OPCgNObjiAbr7VBb/rBhLPeHJmkIjOwMQ/JfSa3m9AlwX56XG9tBFf0sAF4CIm5 wyYRbmIFNcpMAMBRJ5k3seEbxKXezbAQfWa/zTYH9Ozzxb4b6otDIpRXS0UhnrmuiDt ez4wSEEThScuNLeA6eeg4qcZYCEriMDnSUXUg5mxtoq4jy3QTcjnt7LhjgKrmdoinC3 Bg3zYBUZNCcy6bUg+Eg3JTEikfV/NE2QhKHLsuxSsEXBB8FF14ccF+MW5TX2Qy583HO SyQzynAW8Q== Date: Wed, 16 Nov 2022 04:00:06 +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.997]; 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: 4NBnpb2YW0z421k X-Spamd-Bar: / X-ThisMailContainsUnwantedMimeParts: N Nov 16, 2022, 02:49 by Olivier.Nicole@cs.ait.ac.th: > iio7@tutanota.com writes: > >> When I try, I get the error: Cannot chdir to "/sftp://foo" >> > > That may be it, or not: there is a leading / before sftp > I noticed that as well, and tried the command manually, from Midnight Commander: cd sftp://foo Cannot chdir to "sftp://foo/" But it still gives the same error. Also, the exact same MC action works from FreeBSD into an OpenBSD or Linux box, just not into any FreeBSD box. Kind regards.