RE: SFTP and SCP protocols - configure problem

2012-11-19 Thread Yehezkel Horowitz
>If you disable libssh2 by using the configure option --without-libssh2, then >that should turn off SCP and SFTP. Thanks Nick. Yehezkel --- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/

Re: Windows Phone 8

2012-11-19 Thread Alex Loukissas
On Mon, Nov 19, 2012 at 11:22 AM, Gokhan Sengun wrote: > > Do you have a plan to port libcurl at Windows Phone 8 platform? It would be great to have an official support of new WP 8, because it supported Winsock native APIs. >>> >>> If the existing windows code isn't good enough the

Re: Windows Phone 8

2012-11-19 Thread Gokhan Sengun
> Do you have a plan to port libcurl at Windows Phone 8 platform? It would >>> be great to have an official support of new WP 8, because it supported >>> Winsock native APIs. >>> >> >> If the existing windows code isn't good enough then someone just has to >> step up and do the necessary adjustment

Re: Windows Phone 8

2012-11-19 Thread Alex Loukissas
On Sun, Nov 18, 2012 at 2:23 PM, Daniel Stenberg wrote: > On Sat, 17 Nov 2012, forwa...@sibmail.com wrote: > > Do you have a plan to port libcurl at Windows Phone 8 platform? It would >> be great to have an official support of new WP 8, because it supported >> Winsock native APIs. >> > > If the

Re: SFTP and SCP protocols - configure problem

2012-11-19 Thread Nick Zitzmann
On Nov 19, 2012, at 9:01 AM, Yehezkel Horowitz wrote: > Hi > > I found a problem in configure, although I pass "--disable-ftp" as configure > option, I still see that it supports SFTP. I'm not surprised; SFTP has a name that is similar to FTP, but it is actually a very different protocol. It

SFTP and SCP protocols - configure problem

2012-11-19 Thread Yehezkel Horowitz
Hi I found a problem in configure, although I pass "--disable-ftp" as configure option, I still see that it supports SFTP. I based this on the following output summary of configure : configure: Configured to build curl/libcurl: curl version: 7.27.0 ...

Improving IMAP support

2012-11-19 Thread Jiří Hruška
Hi everyone, I'm working at a semi-large telco company, where we use libcurl for outbound HTTP(S) and SMTP requests due to its good scalability and ability to work with custom low-level socket frameworks (thanks for that!). Now there is demand for interworking with IMAP servers. The first assessme

Re: Patch: tftp rx block acknowledgement

2012-11-19 Thread Christian Vogt
on 11/16/2012 10:01 PM, Daniel Stenberg wrote: > >>> Thanks, merged and pushed now! >> >> This patch broke the build with debug enabled: > > Grrr. Sorry for being sloppy. Fixed and pushed now. > Sorry that I've provided a patch that violated the source code formatting policy. To be honest, I wa

Re: NTLM test 2032 failing

2012-11-19 Thread Kamil Dudka
On Sunday 18 November 2012 22:55:07 Fabian Keil wrote: > Kamil Dudka wrote: > > On Thursday, November 08, 2012 21:12:05 Fabian Keil wrote: > > > The NTLM test 2032 is failing for me: > > > > This was already reported a month ago. I was debugging it, but was not > > able to find a reliable solutio