Hi,
I'm using the pre-built version of 0.5.0 for MS-Windows, to do scp.
I've noticed two problems with it,
firstly there is a delay of between 1-2 seconds in ssh_scp_init.
The second problem is that after coping approximately 1019 MB of data,
(over several files; the number doesn't seem to matter),
the ssh library locks up, with this backtrace
ntdll.dll!NtWaitForSingleObject() + 0x15 bytes
ntdll.dll!NtWaitForSingleObject() + 0x15 bytes
[Frames below may be incorrect and/or missing, no symbols
loaded for ntdll.dll]
mswsock.dll!73ca6d30()
ws2_32.dll!WahReferenceContextByHandle() + 0x5d bytes
ws2_32.dll!select() + 0x9f bytes
ssh.dll!ssh_message_channel_request_pty_pxwidth() +
0x2b0dc bytes
ssh.dll!ssh_message_channel_request_pty_pxwidth() +
0x2b43d bytes
ssh.dll!ssh_message_channel_request_pty_pxwidth() +
0x2bb7a bytes
ssh.dll!ssh_message_channel_request_pty_pxwidth() +
0x2ce78 bytes
ssh.dll!ssh_message_channel_request_pty_pxwidth() + 0xcbd9
bytes
ssh.dll!ssh_message_channel_request_pty_pxwidth() +
0x2f122 bytes
> MyScp C++
I'm using MSVC 2010.
Is this a known problem?
Is there debug symbols available so I can track down the problem?
TIA,
Colin S. Miller