https://bugs.documentfoundation.org/show_bug.cgi?id=164781
--- Comment #27 from [email protected] <[email protected]> --- (In reply to Patrick (volunteer) from comment #26) > I hack together a debug patch in attachment #206323 [details] that gets SSH > entries in the Remote Files dialog to actually call the cURL code and ran > LibreOffice with the following command: > > SAL_LOG="+RELATIVETIMER+INFO.ucb.ucp.webdav+WARN" > ./instdir/LibreOfficeDev.app/Contents/MacOS/soffice > > With the debug patch, I now see several of the following "curl_easy_perform > failed" warnings: > > warn:ucb.ucp.webdav.curl:6296:137288:ucb/source/ucp/webdav-curl/CurlSession. > cxx:1077: curl_easy_perform failed: (1) Protocol "sftp" disabled > > Seems strange that I had to add registry entries and define a new > enumeration value so I wonder if sftp URLs ever worked at all on macOS. Does > Linux use some other code path that I should look at? So we don't use system curl on Mac by default (right?) but even if we did, Tahoe "curl -V" doesn't list sftp as a supported protocol. But even with built-in curl, I see this in config.log: $ ./configure --disable-ftp --enable-http --enable-ipv6 --without-libidn2 --without-libpsl --without-librtmp --without-libssh2 --without-nghttp2 --without-libssh --without-brotli --without-ngtcp2 --without-qu that --without-libssh2/--without-libssh means we don't built internal curl with SFTP support either, I believe. -- You are receiving this mail because: You are the assignee for the bug.
