Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 2924 |
|
|
| 2925 |
switch (LOWORD(wParam)) { |
switch (LOWORD(wParam)) { |
| 2926 |
case IDOK: |
case IDOK: |
| 2927 |
|
#if 0 // SFTP debug (2008.1.19 yutaka) |
| 2928 |
|
SSH_sftp_transaction(pvar); |
| 2929 |
|
#else |
| 2930 |
hWnd = GetDlgItem(dlg, IDC_SENDFILE_EDIT); |
hWnd = GetDlgItem(dlg, IDC_SENDFILE_EDIT); |
| 2931 |
SendMessage(hWnd, WM_GETTEXT , sizeof(sendfile), (LPARAM)sendfile); |
SendMessage(hWnd, WM_GETTEXT , sizeof(sendfile), (LPARAM)sendfile); |
| 2932 |
if (sendfile[0] != '\0') { |
if (sendfile[0] != '\0') { |
| 2935 |
EndDialog(dlg, 1); // dialog close |
EndDialog(dlg, 1); // dialog close |
| 2936 |
return TRUE; |
return TRUE; |
| 2937 |
} |
} |
| 2938 |
|
#endif |
| 2939 |
return FALSE; |
return FALSE; |
| 2940 |
|
|
| 2941 |
case IDCANCEL: |
case IDCANCEL: |
|
|
Legend:
| Removed from v.3093 |
|
| changed lines |
| |
Added in v.3096 |
|
|
| |