X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=HjrNVsSshbWEUO6aGFLJbiIGp/c1KamX7qQrLlKAE6X8rOKBelhhz vjpFUN2A3KpkG+VQ1AeCdDSdSe6YZGSS6/+rxa4M9UeseGzb/hDPwZLRotKTlax+ SKTTwXKGxOwusbZRH5PVutKjdt2+KzQJxg+r3sTXwJS1t0Z+LkN8EE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=kDxdFX0RswfvA8iA4cBdmhSyBC8=; b=yHEfE8dG9yrYsRSZ+A0J9RDsr1Le 2EpaoaCQ8QwK0x8ftlE4D2FsH469nWNf5B3Rfpd5JJ6phlwxGHugUm6cPeIjerIC 6k4xSO9wNxUtuMmgoCIfoQv3amCMMqiJMi7GkTt/jX3JS2ggzpx0eTuT7JnNdcf1 5T6maWMHjVaySaE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: Does sftp file system work in Cygwin? Date: Fri, 24 Apr 2015 10:23:16 +0200 Lines: 29 Message-ID: References: <177474612 DOT 20150424010311 AT yandex DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/3.0.4 X-IsSubscribed: yes * Woody Setzer (Thu, 23 Apr 2015 18:28:36 -0400) > I am running Mate under Cygwin on a Windows 7 Professional system, > and > want to connect to a Linux server running on our local network. > Ultimately, I will be connecting through my Agency's VPN, which is so > slow as to render using X over that conduit useless. So, I want to > access my files on the Linux computer's filesystem via sftp. I can get > files from the Cygwin command line from that server using sftp, and > can login via ssh. I have the gvfs package installed under Cygwin. The > Cygwin installation on my Windows machine was updated 23 April 2015. > > I have tried two approaches to setting up an sftp based file system on > Cygwin. The first was to run Mate on the Windows box, and use the > "Connect to Server" dialog, specifying SSH for the file system. that > results in the error "Unable to spawn SSH program". The second was to > use gvfs-mount from the command line, which results in a similar > error: > > $ gvfs-mount sftp://xx.xx.xxx > Error mounting location: Unable to spawn SSH program > > Should this work in Cygwin? Is there some configuration I need to attend to? > I spent the afternoon with Google search, and have found very little about this. User-space file systems (mostly fuse based in Linux to my knowledge) are not going to work in Cygwin. This means you can mount a Cygwin SFTP server resource on Linux but not vice versa. Thorsten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple