Archive Index
This month's Index
|
Subject: [libssh2] advisability of using struct stat in libssh2_scp_recv()
[libssh2] advisability of using struct stat in libssh2_scp_recv()
From: Peter O'Gorman <libssh2-devel_at_mlists.thewrittenword.com>
Date: Thu, 26 Apr 2007 21:31:20 -0500
Hi,
So, we built curl with libssh2 from yesterday, then tried to copy a
While libssh2 correctly found the size of the file, curl thought it
The reason for this is fairly simple, curl has AC_SYS_LARGEFILE in its
We can, of course, fix this locally by ensuring that our libssh2 and
Thanks,
-------------------------------------------------------------------------
|