[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-02-15 Thread Valentin Wittich
One prob I found is that uploading via IPv4 is crazy slow... though I don't understand if it has to do with the switch from libssl2 to libssl... With a quick search I found an old blog entry (https://daniel.haxx.se/blog/2014/05/14/why-sftp-is-still-slow-in-curl/) which discribes some probs with

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-02-07 Thread Alexander Blinne
Please, please, please backport this fix to bionic! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not compiled with sftp support To manage notifications about this

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-02-02 Thread Valentin Wittich
> Could someone describe a test case using the backend which we could use to > test that the feature is working if we enable it to bionic (the 'curl > --version' output tells us that the backend is enabled but it would be > good to also check that it's actually correctly working) Not sure what

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-02-01 Thread Launchpad Bug Tracker
This bug was fixed in the package curl - 7.63.0-1ubuntu1 --- curl (7.63.0-1ubuntu1) disco; urgency=medium * debian/control, debian/rules: - build with libssh instead of libssh2, that's a better maintained library and it's in Ubuntu main (lp: #311029) -- Sebastien Bacher

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Sebastien Bacher
** Changed in: curl (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not compiled with sftp support To manage

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Sebastien Bacher
Could someone describe a test case using the backend which we could use to test that the feature is working if we enable it to bionic (the 'curl --version' output tells us that the backend is enabled but it would be good to also check that it's actually correctly working) -- You received this

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Sebastien Bacher
curl has a libssh (!= libssh2) backend now and that library is in main, which means we can finally enable the ssftp backend! https://github.com/curl/curl/commit/c92d2e1 ** Changed in: curl (Ubuntu) Status: Triaged => In Progress ** Bug watch added: Debian Bug tracker #897950

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Sebastien Bacher
Debian request to change from libssh2 to libssh is on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897950 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not

Re: [Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Hugo Gonzalez
El jue., 31 de ene. de 2019 07:34, Valentin Wittich < 311...@bugs.launchpad.net> escribió: > Here is how to build curl with libssl support for Ubuntu 18.04. LTS: > It helps me, thanks! > > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Valentin Wittich
Here is how to build curl with libssl support for Ubuntu 18.04. LTS: sudo apt-get install build-essential debhelper libssh-dev sudo apt-get source curl sudo apt-get build-dep curl cd curl-* sudo patch < ~/Downloads/ubuntu_libssl.patch sudo dpkg-buildpackage -uc -us # -usDo not sign the

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Valentin Wittich
One year later (2019-02) the LTS (18.04.1, bionic) still has that issue! Why is that excption in the debian build: # cat curl3-7.58.0/debian/rules | grep -A 3 Ubuntu ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) CONFIGURE_ARGS += --with-libssh2 endif -- You received

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2019-01-31 Thread Valentin Wittich
One year later (2019-02) the LTS (18.04.1, bionic) still has that issue! Why is that excption in the debian build: # cat curl3-7.58.0/debian/rules | grep -A 3 Ubuntu ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) CONFIGURE_ARGS += --without-libssh2 endif -- You received

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2018-02-08 Thread Hugo Gonzalez
Beginning 2018, want to upload to a webhost (no one supports plain FTP anymore) and I hit this. Please, can this be put in before the next LTS? Now it's the time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2016-06-20 Thread Uqbar
As of 16.04 we're still lacking behind: NO SFTP!!! [Uqbar@Feynman ~] curl --version curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2016-05-12 Thread mdyn
7 years old bug... niiice. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not compiled with sftp support To manage notifications about this bug go to:

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2016-01-20 Thread Uqbar
This is actually 2016. 15.10 curl is: [Uqbar@Feynman ~] curl --version curl 7.43.0 (x86_64-pc-linux-gnu) libcurl/7.43.0 GnuTLS/3.3.15 zlib/1.2.8 libidn/1.28 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2015-11-08 Thread Martin
Yes, why ? Please ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not compiled with sftp support To manage notifications about this bug go to:

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2015-07-17 Thread KennethOnah
This is 2015 and still curl does not support sftp out of the box. Why so? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not compiled with sftp support To manage

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2011-11-24 Thread Bug Watch Updater
** Changed in: curl (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/311029 Title: curl and pycurl is not compiled with sftp support To manage notifications

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2011-09-01 Thread Steel-Cat
Hello Martin, your MIR was closed for inactivity... what a pity... Is the maintainer of libssh2 not able to resolve the comments from Kees Cook? How we can advance? Steel-Cat -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-25 Thread Martin Lindhe
I have opened a MIR request in lp bug #681423 -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Martin Lindhe
Andreas: I think you are confusing ssh and ssl/tls support. -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Andreas Olsson
Martin: How so? -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Martin Lindhe
Andreas wrote If I understand the debian/rules file correctly, the --without-libssh2 option should only affect libcurl3-gnutls and not libcurl3? gnutls is Transport Layer Security, a network protocol and successor to Secure Sockets Layer (SSL), it is unrelated to ssh. Andreas wrote Futher it

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Andreas Olsson
No, I am not confusing ssh with ssl/tls. Yet, it is very possible that I am not expressing myself very clearly. The reason I am mentioning gnutls and openssl is to differentiate between the libraries/packages libcurl3 and libcurl3-gnutls. The option --without-libssh2 is only used when building

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Martin Lindhe
Andreas: You are indeed correct. I've myself recompiled and only installed the resulting libcurl to get SSH support (both command line and in php5-curl). Before doing this, i also installed the libssh2-1-dev. This would result in a working setup but my conclusions as to why were obviously

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Andreas Olsson
I am afraid it is not as simple as re-adding the build-dependency on libssh2-1-dev. It was not removed by mistake, but as an explicit decision, per bug #175891. For curl to be able to depend on libssh2 it too would have to be in Main. See https://wiki.ubuntu.com/UbuntuMainInclusionRequirements

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Martin Lindhe
Andreas, thanks for researching this. I don't know how to proceed with resolving this issue since I dont have enough experience with these things. As far as I can see there are two options a) open a new bug report requesting libssh2 to be moved to main or b) create a separate package in

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-22 Thread Andreas Olsson
Being more of a triager than a developer myself I am not sure myself what the best route is. Assuming you are comfortable with IRC you might want to try #ubuntu-devel or #ubuntu-motu on freenode. -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-11-21 Thread Andreas Olsson
If I understand the debian/rules file correctly, the --without-libssh2 option should only affect libcurl3-gnutls and not libcurl3? Futher it seems like the command line curl uses the (openssl) libcurl3? The problem with curl and libcurl3 seems more related to a specific Ubuntu delta. That is that

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-09-03 Thread Martin Lindhe
according to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587735#15 the latest unstable debian packages (7.21.0-1) has sftp enabled -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-09-02 Thread Sebastien Bacher
is that still an issue with the current version? -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-08-28 Thread Cameron Smith
Here are Martin Lindhe's instructions from post #3 above, updated for 10.04, again assuming you are using 64-bit Ubuntu. The resulting curl installation works just as the curl mapage says it should, against an OpenSSL server. == #the line below will create a temporary directory and move

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-07-08 Thread Andrew Starr-Bochicchio
** Also affects: curl (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587735 Importance: Unknown Status: Unknown ** Tags added: patch-forwarded-debian ** Tags removed: patch -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-07-08 Thread Bug Watch Updater
** Changed in: curl (Debian) Status: Unknown = New -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-07-01 Thread goraxe
I have opened a bug with the debian bug tracking system http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587735 ** Bug watch added: Debian Bug tracker #587735 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587735 -- curl and pycurl is not compiled with sftp support

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-06-11 Thread Nigel Babu
This patch has been reviewed as part of operation cleansweep. Thanks for your patch. This particular change is inherited from debian, could you please open a bug in Debian and attach the patch? It would be much better to hear upstream Debian thoughts on this. -- curl and pycurl is not compiled

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-05-31 Thread Martin Lindhe
goraxe: your patch contains unrelated changes. All that is needed is in curl/debian/rules - cd debian/build-gnutls ./configure ${CONFIGURE_ARGS} --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-ssl --with-gnutls --without-libssh2 + cd debian/build-gnutls ./configure

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-05-31 Thread Martin Lindhe
created a minimal patch to debian/rules to fix the issue As a side note I have been using this to enable ssh in curl on a production server since September 2009 and it has been working perfectly. ** Patch added: curl-with-ssh.patch http://launchpadlibrarian.net/49426739/curl-with-ssh.patch

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-05-28 Thread goraxe
I have attached a patch for this. One of our applications depends on this, we currently are building our own version of this package with patch applied, I have just had to rebuild for lucid. ** Patch added: curl-ssh.patch http://launchpadlibrarian.net/49257877/curl-ssh.patch -- curl and

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-05-28 Thread Brian Murray
** Tags added: patch -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2010-04-13 Thread Rusty Shackleford
It sure would be nice if the package could be built with --with- libssh2 for Lucid's release. Any chance of that happening? -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2009-09-23 Thread Martin Lindhe
Upon further inspection, it appears that the debian package is configured with --without-libssh2 Can someone shed some light as to why libssh2 is disabled? It makes curl unable to handle sftp or scp protocols. -- curl and pycurl is not compiled with sftp support

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2009-09-02 Thread Martin Lindhe
To generate a curl with ssh support on Ubuntu 9.04: sudo apt-get install build-essential debhelper libssh2-1-dev sudo apt-get source libcurl3 sudo apt-get build-dep libcurl3 cd curl-7.18.2/debian gedit rules find and replace --without-libssh2 with --with-libssh2 cd .. sudo

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2009-08-26 Thread Martin Lindhe
I second that. Installed php5-curl to use libcurl with php scripts to read/write to a sftp, only to find that the packaged curl is built without sftp support. Please enable sftp protocol support in curl! -- curl and pycurl is not compiled with sftp support https://bugs.launchpad.net/bugs/311029

[Bug 311029] Re: curl and pycurl is not compiled with sftp support

2009-08-26 Thread Brian Murray
sftp and scp support are unavailable with curl version 7.19.5-1ubuntu2 in Karmic Koala. ** Changed in: curl (Ubuntu) Importance: Undecided = Low ** Changed in: curl (Ubuntu) Status: New = Triaged -- curl and pycurl is not compiled with sftp support