internetclosehandle(m_hsession);
return false;
}
// 发送消息,通知界面开始传输了
if(m_hwnd != null)
{
::postmessage( m_hwnd, m_umsghandle,
(wparam)ftp_begin, (lparam)m_dwtotalfilesize);
}
else if(m_dwthread != 0)
{
::postthreadmessage(m_dwthread, m_umsghandle,
(wparam)ftp_begin, (lparam)m_dwtotalfilesize);
}
// 创建文件上传线程
m_hftpthread = createthread(null,
0,
ftpclientuploadthread,