DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 51MBLLGf1372348 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 51MBLLGf1372348 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=df+mxvAT X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0766F385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1740223281; bh=mLYj5fAbtCna+zmsSbXkI4mAPj3ANOcd1P4Ay1PifDo=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=df+mxvATC5aB7dNpjAa2ZwlgITfXF9Hj0ehrtQINNVCDTxCJpxcAbwe0a4zNtCB/w l9yLAtDM9r8abiY2CyAnZls+pioLMftW7r+tgHrdsiaKDoD+Vr+AEtl/muDiq0O1NN BQ84n/O8Ntm44cfp1e+MIsaieYGN7Os3Q9gOKP4s= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE72A3858C2F Date: Sat, 22 Feb 2025 12:20:14 +0100 To: cygwin AT cygwin DOT com Subject: Re: UNC path for WebDAV with cd '\\webdavsrv AT SSL\path' or cd '\\webdavsrv AT 23456\path' will not work Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen Content-Type: text/plain; charset="utf-8" Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 51MBLLGf1372348 On Feb 21 22:04, Takeshi Nishimura via Cygwin wrote: > On Fri, Feb 21, 2025 at 11:28 AM Corinna Vinschen via Cygwin > wrote: > > > > On Feb 20 23:36, Martin Wege via Cygwin wrote: > > > On Thu, Feb 20, 2025 at 9:37 PM Corinna Vinschen via Cygwin > > > > And here's the problem. It works fine for me on all shares, be it SMB, > > > > Samba, or NFS: > > > > > > > > https://cygwin.com/pipermail/cygwin/2025-February/257438.html > > > > > > > > > Maybe the hostname resolution in fhandler_netdrive::exists() failed? > > > > > > > > If so, it would be a problem on your side. > > > > Does `nslookup ember.data4.local' return a valid address? > > > > > > > > I just pushed a patch to print a debug statement in strace output > > > > to see what error code GetAddrInfoW returned. > > > > > > The code in https://cygwin.com/git/?p=newlib-cygwin.git;a=commitdiff;h=df307349a09e6f1ba75c78b1427dcea40f435e6e;hp=8a8fb570d7c5310a03a34b3dd6f9f8bb35ee9f40 > > > is not going to work, because you only give ret as argument, but not > > > "name+2" as hostname. > > > > Yeah, it was obviously too late yesterday. The patch was wrong twice. > > > > I pushed a patch for the patch which should show up in the just > > building cygwin-3.6.0-0.381.g8cc55d819bb7 test release. > > > > > And speaking of the "hostname", is this the \\hostname\path of an UNC? > > > In that case this will not work with WebDAV/SSL or WebDAV with custom > > > port, which might be \\webdavserver AT SSL\path or > > > \\webdavserver AT 23456\path, or \\webdavserver AT SSL@23456\path > > > You need to replace the L'@' with L'\0' before calling GetAddrInfoW(), > > > or it is not going to work with WebDAV > > > > I never saw that before. Is that syntax really usable? > > > > I just spent half an hour trying to connect to a nextcloud instance > > using this syntax, but to no avail. https://... works. > > > > I have a local patch removing this at-sign, but I would first like > > to hear if this is really usable and used. > > The BeeGFS Windows client uses that syntax to support more than one > metadata server config per host, i.e. > \\beegfs DOT example DOT com AT 14\beegfs\dir1\dir2.... Oh, cool. Can you check the latest Cygwin test release if it works better with BeeGFS? Thanks, Corinna -- 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