X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4A10A3851C02 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon AT yandex DOT ru DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1588970101; bh=maLZ+jQX7BRns6HQwEg3uzklfvKumjpFD+2lGhM5K1k=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=NOycDtWDbputN948HSWQ11WSJYfHIpCVK9rg6zmDmegmVTwdcu3KMhX79/hINpwRQ 4tBcKzzcLDp+MHfruyE4RC7j1uogCZJ7kJvcQ0vzrtBA5LKA1mArpZd0IhF9eGQYXu thMM3Pep0+V1+tQHSFbKW17ofJEZZ5HlAqGRefSc= Authentication-Results: mxback12q.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Fri, 8 May 2020 23:24:39 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home X-Priority: 3 (Normal) Message-ID: <803666546.20200508232439@yandex.ru> To: =?windows-1252?Q?Morten_Kj=E6rulff?= , cygwin AT cygwin DOT com Subject: Re: sshfs or alike In-Reply-To: References: <289528462 DOT 20200508124605 AT yandex DOT ru> MIME-Version: 1.0 X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="windows-1252" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 048KaELg029486 Greetings, Morten Kjærulff! >> > As I understand, you can get sshfs to work with cygwin, but you have >> > to install some non-cygwin tools also. >> >> > Can I get sshfs or something like that with only cygwin tools? >> >> Adding to the already mentioned points, I should warn you that SSHFS is >> EXTREMELY SLOW. By design. >> Enumerating significant amount of files could take minutes. If you can use any >> other tools (like, OpenVPN + CIFS), it will be hundred if not thousand times >> faster. > Would this be cygwin only? No. Recently I've tried both sshfs/wfsp outlined earlier in the thread and two native sshfs solutions on the same target system, all exhibit same behavior. Running "git status" on a project directory takes: - locally on the host: up to 10s; - over CIFS share: up to 30s; - over SMBFS share: up to half an hour(!). > My server is a z/OS mainframe, where we just installed sshd. Anyone > have good tips? You should first think about your needs and use cases. Do you actually need filesystem features? Or all you need is the ability to copy files to/from the server? For SSH, rsync and git both coming to mind. -- With best regards, Andrey Repin Friday, May 8, 2020 23:04:16 Sorry for my terrible english... -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple