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 01E333856DC9 for ; Wed, 13 Apr 2022 05:45:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 01E333856DC9 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 23D5jY79082689; Tue, 12 Apr 2022 22:45:34 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 162-235-43-67.lightspeed.irvnca.sbcglobal.net(162.235.43.67), claiming to be "localhost.localdomain" via SMTP by m0.truegem.net, id smtpddN9g8s; Tue Apr 12 22:45:28 2022 From: Mark Geisert To: cygwin-announce@cygwin.com Cc: Mark Geisert Subject: Updated: sshfs 3.7.2-2 Date: Tue, 12 Apr 2022 22:45:18 -0700 Message-Id: <20220413054518.5146-1-mark@maxrnd.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2022 05:45:36 -0000 The following package has been uploaded to the Cygwin distribution: * sshfs-3.7.2-2 This update has the following minor bug fixes: - upstream fixes to sshfs.rst, the source for man page sshfs(1); - local fix to 'sshfs -h' so WinFSP options are displayed properly. Overview information follows... This is a port of the reference version of sshfs. It allows access to local or remote file folders via an ssh (more precisely, sftp) connection. The folder appears as a local folder on the user's system. Sshfs requires cygfuse and a Windows FUSE provider to function. At this time WinFSP is the only Windows FUSE provider supported. Information about WinFSP can be found at . Download the installer for WinFSP from , run it, choose Custom Setup, select Core (other features are supplied by cygfuse). Please send questions or concerns to the main Cygwin mailing list as usual. Enjoy, ..mark