when trying to log in to my website via ssh i dialog for windows error reporting comes up for coreftp. i have visual studio as i do a bunch of c/c++ programming. opening in the debugger i see "Unhandled exception at 0x100068a3 in coreftp.exe: 0xC0000005: Access violation writing location 0x00000000."
w/ clicking "for more information about this error, click here"
appname= coreftp.exe (obviously)
modname=ssh.dll
to reproduce this error, it works everytime. i connect to my domain..
then on the top it goes up to:
keyboard-interactive authentication refused
sent password
access granted
opened channel for session
start shell session
then coreftp waits for about 10 seconds and the crash dialog comes up...
i would copy and paste the 'technical information about the error report' but i can't copy and paste from that window. i tried writing a c++ prog to get the windows text but sendmessage w/ WM_GETTEXT WM_GETTEXTLENGTH etc proved useless since this is a special type of window control where you can only view the current selection of what is showing in the window.. so if 16 lines are showing, and i do a wM_gettext, i only get 16 lines in the buffer, even tho like a 1000+ lines are in the window type dialog...
note: coreftp worked perfect for my old website w/ ssh and port 22. i have a new domain now tho, and i cant connect to it with coreftp as it crashes.
i really like coreftp and if u all need any more info regarding this bug or whatever lemme know.
regards, --c0ldshadow