RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-20 Thread Zhao, Joe
@cool.haxx.se Subject: Re: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box On 10/19/2016 08:20 PM, Zhao, Joe wrote: > There is no scp.c in curl package 7.36.0 I have scp and sftp being used with libssh2 and libcurl ver

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-20 Thread Daniel Stenberg
On Thu, 20 Oct 2016, Zhao, Joe wrote: There is no scp.c in curl package 7.36.0. Allow be to be so bold to quote my own messsage you replied to: "This last message is the error string from libssh2" libssh2 is not curl. libssh2 is *used* by curl. I pointed out to the function within libssh2

Re: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-20 Thread dev_user
On 10/19/2016 08:20 PM, Zhao, Joe wrote: There is no scp.c in curl package 7.36.0 I have scp and sftp being used with libssh2 and libcurl very neatly for years also. Very stable. However I am generally doing updates of libcurl often and simply doing a recompile of libcurl as well as openssl a

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-19 Thread Zhao, Joe
age- From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: Wednesday, October 19, 2016 7:07 PM To: libcurl development Subject: RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's mac

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-19 Thread Zhao, Joe
help. -Original Message- From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of dev_user Sent: Wednesday, October 19, 2016 6:27 PM To: curl-library@cool.haxx.se Subject: Re: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-19 Thread Daniel Stenberg
On Wed, 19 Oct 2016, Zhao, Joe wrote: * Authentication complete * SSH CONNECT phase done * Failed reading SCP response This last message is the error string from libssh2 (the src/scp.c:scp_recv function to be exact). So I maintain that you need to try to use libssh2 directly and see what you

Re: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-19 Thread dev_user
On 10/19/2016 11:35 AM, Zhao, Joe wrote: Has this issue being reported or has it been addressed in the new curl releases? Merely a small question : Is there a good reason why you are using libcurl from years ago ? If you need to run applications with libcurl it really

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-19 Thread Zhao, Joe
rl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: Tuesday, October 18, 2016 4:47 PM To: libcurl development Subject: RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box On Tue, 18 Oct 2016, Zhao, Joe

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-19 Thread Zhao, Joe
development Subject: RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box On Tue, 18 Oct 2016, Zhao, Joe wrote: Please stop the top-posting. > Yes, I mean scp server. I have installed scp server on my

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-18 Thread Daniel Stenberg
On Tue, 18 Oct 2016, Zhao, Joe wrote: Please stop the top-posting. Yes, I mean scp server. I have installed scp server on my window's machine for the test. On my linux machine, I am able to get a file from the Window's machine (scp server running) if I use the linux scp command from shell. Ho

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-18 Thread Zhao, Joe
uesday, October 18, 2016 11:37 AM To: libcurl development Subject: RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box On Tue, 18 Oct 2016, Zhao, Joe wrote: > I am attempting SCP transfer. The SC

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-18 Thread Daniel Stenberg
On Tue, 18 Oct 2016, Zhao, Joe wrote: I am attempting SCP transfer. The SCP transfer works if the destination is linux box but not working if the destination is Window's machine. In fact, SFTP transferring works in both linux and Window's machine. Destination? You mean server, right? SCP is g

RE: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-18 Thread Zhao, Joe
rl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: Tuesday, October 18, 2016 11:15 AM To: libcurl development Subject: Re: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box On Tue, 18

Re: curl library 7.36.0: curl_easy_perform() function call failed when used for getting a file from Window's machine to my linux box

2016-10-18 Thread Daniel Stenberg
On Tue, 18 Oct 2016, Zhao, Joe wrote: - The function call has successfully passed if getting a file from an external linux box to my linux box - The function call has failed with the error code (79) if getting a file from window PC to my linux box 79 is CURLE_SSH, so I assume you're attempt