From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m0.truegem.net (m0.truegem.net [69.55.228.47]) by sourceware.org (Postfix) with ESMTPS id 6FCD93858402 for ; Mon, 10 Jan 2022 06:00:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FCD93858402 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=maxrnd.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=maxrnd.com Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id 20A60UtP056210 for ; Sun, 9 Jan 2022 22:00:30 -0800 (PST) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdYFyhQx; Sun Jan 9 22:00:24 2022 Subject: Re: fuse To: Cygwin-Apps References: From: Mark Geisert Message-ID: Date: Sun, 9 Jan 2022 22:00:24 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2022 06:00:33 -0000 Hi Thomas, Thomas Wolff wrote: > What became of the winfsp-fuse project discussed in July 2016? > I'd like to be able to use ftpfs or sshfs in cygwin. Integration of the project into Cygwin stalled around that time, or was it 2018? ISTR there was an objection from the Dokany FUSE project about whether WinFSP FUSE should be the basis for Cygwin's implementation. I tried to mollify that by implementing a poor-man's plugin feature that would allow a user to select which underlying FUSE layer to use. I believe I was waiting for confirmation from Dokany that they could work with that plugin architecture. I think it was my ITP for libfuse that prompted the discussion with Dokany. In any case the ITP was never acted on and the project has since languished. WinFSP itself has been improved over time; I don't know if the improvements would require an update to the Cygwin portion. I would love to have somebody interested in trying out FUSE on Cygwin. If you require a cygfuse package I guess the first step for that would be for me to reissue the ITP and make the package real. Another alternative would be for you to build from the Github repo https://github.com/mgeisert/cygfuse if you're feeling adventurous. ..mark