From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 16:23:16 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CB316A420 for ; Thu, 16 Feb 2006 16:23:16 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0920743D46 for ; Thu, 16 Feb 2006 16:23:15 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.117]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060216162314.FLFL7811.mta11.adelphia.net@barbish> for ; Thu, 16 Feb 2006 11:23:14 -0500 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 16 Feb 2006 11:23:13 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Cc: Subject: midnight commander and ssh sftp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 16:23:16 -0000 The midnight commander, command line GUI can access remote FTP by entering this command, cd ftp://user:pw@url in midnight commander's command line. I really like this function, but for security reasons I have to use SSH to remote login to my ftp server. Using client SSH I am forced to use ftp native line commands. I would really like to use midnight commander's GUI panel with sftp in SSH. Entering "cd ssh url" into midnight commander's command line just generates an error. Is there some way to be able to use midnight commander through a SSH tunnel? Thanks