Re: Difficult getting pure-ftpd to work under Cygwin on Windows 10, esp anonymous ftp

2021-06-28 Thread David Oppenheim
cygrunsrv is an EXCELLENT solution, thankyou. So for those looking for a quick make-it-work, install pure-ftpd as a service thus (from a bash you have started as "Run as Administrator") : cygrunsrv --install pure-ftpd --path /usr/sbin/pure-ftpd --chdir /tmp --args "-l puredb:/full-path-to/pur

Re: Difficult getting pure-ftpd to work under Cygwin on Windows 10, esp anonymous ftp

2021-06-28 Thread matthew patton via Cygwin
have you tried applying the notable permissions from this to your 'ftp' windows user?https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/user-rights-assignment On Monday, June 28, 2021, 06:48:18 PM EDT, David Oppenheim wrote: I have debugged vari

Difficult getting pure-ftpd to work under Cygwin on Windows 10, esp anonymous ftp

2021-06-28 Thread David Oppenheim
I have debugged various obstacles getting logins to pure-ftpd to work under Cygwin on Windows 10 (Home edition 20H2 on this particular PC), especially getting anonymous ftp to login successfully. My pure-ftpd is version 1.0.46-1 as downloaded by the Cygwin installer. There are problems with how i

Re: libtool with mingw hangs building openocd in func_convert_core_msys_to_w32

2021-06-28 Thread Jonathan Yong via Cygwin
On 6/28/21 4:29 PM, Dietmar May via Cygwin wrote: It seems evident that msys2 is performing slash escaping - ie. 2 consecutive slashes are consolidated into a single slash (rather like quote escaping in various languages - eg. SQL, CSV, C#, YAML) recursively (ie. repeatedly) during argument eva

Re: libtool with mingw hangs building openocd in func_convert_core_msys_to_w32

2021-06-28 Thread Dietmar May via Cygwin
>/$ cmd //c echo hello />/hello />//>/which works, and this, which doesn't: />//>/$ cmd /c echo hello />//>/Microsoft Windows [Version 10.0.blah] />/(c) Microsoft Corporation. All rights reserved. />//>/C:\msys64\home\myname> / Your example seems to be inverted, the first form doesn't work, the

Re: A warning about GVIM

2021-06-28 Thread Fxzx mic ㅤ via Cygwin
Thank you very much. It works. --- From: Fxzx mic fxzx...@outlook.com --- 发件人: Brian Inglis 发送时间: 2021年6月28日 3:25 收件人: cygwin@cygwin.com 主题: Re: A warning about GVIM On 2021-06-27 07:51, ㅤ Fxzx mic via

Re: libtool with mingw hangs building openocd in func_convert_core_msys_to_w32

2021-06-28 Thread René Berber via Cygwin
On 6/28/2021 8:56 AM, Dietmar May via Cygwin wrote: Thanks for submitting the bug report. I can now see what may be a duplicate report under: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10949 responding that //c is deliberate so MSYS does not convert a posix path, so in the Cygwin Mingw bu

Re: libtool with mingw hangs building openocd in func_convert_core_msys_to_w32

2021-06-28 Thread Dietmar May via Cygwin
Thanks for submitting the bug report. I can now see what may be a duplicate report under: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10949 responding that //c is deliberate so MSYS does not convert a posix path, so in the Cygwin Mingw build case, the response may be "Don't Do That"! I ju