[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: sftp_read receives EOF on second call for a 24kb file
[Thread Prev] | [Thread Next]
- Subject: RE: sftp_read receives EOF on second call for a 24kb file
- From: "Kevin Lambert" <klambert@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 28 Oct 2013 09:06:32 -0400
- To: <libssh@xxxxxxxxxx>
Over the weekend I started from scratch and rebuilt libssh 0.5.5 via MSVC 2008 with some help from Darren. It built without any missing methods and is working fine for me. Thanks all. -----Original Message----- From: Andreas Schneider [mailto:asn@xxxxxxxxxxxxxx] Sent: Friday, October 25, 2013 7:54 AM To: libssh@xxxxxxxxxx Subject: Re: sftp_read receives EOF on second call for a 24kb file On Friday 25 October 2013 07:16:36 Kevin Lambert wrote: > Those two functions came up as missing, not broken which is why I > added then. I wish I could update but I need to stick with the > corporate standard. How can they be missing? CMake checks the system libraries if the symbol is present and if it is present uses the system version and if not then our implementation. So how can they be missing if cmake detected them? -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
RE: sftp_read receives EOF on second call for a 24kb file | "Kevin Lambert" <klambert@xxxxxxxxx> |
Re: sftp_read receives EOF on second call for a 24kb file | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: sftp_read receives EOF on second call for a 24kb file | Kevin Lambert <klambert@xxxxxxxxx> |
Re: sftp_read receives EOF on second call for a 24kb file | Andreas Schneider <asn@xxxxxxxxxxxxxx> |