RE: [PATCH] smb/cifs

2014-09-30 Thread Steve Holme
On Mon 29 Sep 2014, Nagel, Bill wrote: > This patch implements the CIFS dialect of SMB. Whilst I've taken a look at your SMTP patch I'm probably not going to be able to merge and test this one myself as I'm a Windows engineer, however, I do have some initial feedback: * I would recommend you spl

Re: [PATCH] smb/cifs

2014-09-30 Thread Daniel Stenberg
On Mon, 29 Sep 2014, Nagel, Bill wrote: This patch implements the CIFS dialect of SMB. Thanks a lot for your work on this! I'm impressed the patch isn't bigger, but I have a feeling it'll grow... Some additional comments on top of what Steve already mentioned. In general I think you need t

RE: [PATCH] smb/cifs

2014-09-30 Thread Nagel, Bill
> -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > Daniel Stenberg > Sent: Tuesday, September 30, 2014 3:20 AM > To: libcurl development > Subject: Re: [PATCH] smb/cifs > > On Mon, 29 Sep 2014, Nagel, Bill wrote: > > > This patch implements t

RE: [PATCH] smtps with openssl

2014-09-30 Thread Nagel, Bill
> -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > Daniel Stenberg > Sent: Sunday, September 28, 2014 4:54 AM > To: libcurl development > Subject: RE: [PATCH] smtps with openssl > > On Fri, 26 Sep 2014, Nagel, Bill wrote: > > > There is a thr

compiling against libcurl_a_debug, in a c++ exec VC2013

2014-09-30 Thread Koren Shoval
Hi, i'm not sure if it's a libcurl issue, or my own lack of c++ expertise, but i thought i'd ask anyway I'm having some issues using libcurl when built with the winbuild makefiles this is what i'm running ...\curl-7.38.0\winbuild>nmake /f Makefile.vc mode=static VC=12 WITH_DEVEL=..\external

RE: [PATCH] smtps with openssl

2014-09-30 Thread Steve Holme
On Tue, 30 Sep 2014, Nagel, Bill wrote: > Since this appears to be the precedent, can this patch be merged? I have reworked your diff as a git format patch which is sitting on my machine at home ready to be pushed ;-) Can you please give me your opinion on the warnings I mentioned in my last

RE: [PATCH] smtps with openssl

2014-09-30 Thread Nagel, Bill
> -Original Message- > From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of > Steve Holme > Sent: Tuesday, September 30, 2014 2:12 PM > To: libcurl development > Subject: RE: [PATCH] smtps with openssl > > On Tue, 30 Sep 2014, Nagel, Bill wrote: > > > > Since this appe

Re: Question: authentication fallbck from kerb to ntlm

2014-09-30 Thread Koren Shoval
Hi Steve, thanks for the answer. I've taken 7.38 and compiled, curl 7.38.0 (i386-pc-win32) libcurl/7.38.0 OpenSSL/1.0.0k zlib/1.2.7.3 WinIDN libssh2/1.4.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: AsynchDNS IDN Large

Re: compiling against libcurl_a_debug, in a c++ exec VC2013

2014-09-30 Thread David Chapman
On 9/30/2014 11:04 AM, Koren Shoval wrote: Hi, i'm not sure if it's a libcurl issue, or my own lack of c++ expertise, but i thought i'd ask anyway I'm having some issues using libcurl when built with the winbuild makefiles this is what i'm running ...\curl-7.38.0\winbuild>nmake /f Mak

RE: [PATCH] smtps with openssl

2014-09-30 Thread Steve Holme
On Tue, 30 Sep 2014, Nagel, Bill wrote: > > Can you please give me your opinion on the warnings I mentioned in my > > last email though as I don't want to break other platform builds in the > > process? > > I don't see a problem making eob non-const since, but then we should probably > do this s

Re: How to cleanly close the curl socket in case of multi interface?

2014-09-30 Thread Daniel Stenberg
On Mon, 29 Sep 2014, nikhil ap wrote: I would like to use the same easy handle that set this connection up. So when I run 100 connections in parallel, I will have 100 easy handles dedicated for each connection that should do transfers for only those connections. Is there quick way to achieve

SFTP get log "File already completely downloaded" but the file is empty

2014-09-30 Thread 胡德鹏
use curl command "curl -u user:pwd -v -L sftp://sftp-ms.betagrid.gxs.com:22//TEST/readme.txt"; and get logs : * Re-using existing connection! (#0) with host sftp-ms.betagrid.gxs.com * Connected to sftp-ms.betagrid.gxs.com (204.90.230.166) port 22 (#0) * File already completely downloaded * Conne