CFtpConnection::GetFile - error 12003 ?
-
Hi, I get lastError code = 12003 when trying GetFile() as follows- Could you tell me what is the error for this code and how to fix it. Thanks !! --my code (vc__6.0): CInternetSession sess( _T("mysite"), 1, PRE_CONFIG_INTERNET_ACCESS); CFtpConnection* pConnect = NULL ; sess.GetFtpConnection( _T("ftp.mysite.com") , _T("me") , _T("pwd") ) ;} if( ! pConnect->GetFile( _T("bcu.txt") , _T("c:\\tou.txt") , FALSE ) ) { DWORD dw = GetLastError(); }
-
Hi, I get lastError code = 12003 when trying GetFile() as follows- Could you tell me what is the error for this code and how to fix it. Thanks !! --my code (vc__6.0): CInternetSession sess( _T("mysite"), 1, PRE_CONFIG_INTERNET_ACCESS); CFtpConnection* pConnect = NULL ; sess.GetFtpConnection( _T("ftp.mysite.com") , _T("me") , _T("pwd") ) ;} if( ! pConnect->GetFile( _T("bcu.txt") , _T("c:\\tou.txt") , FALSE ) ) { DWORD dw = GetLastError(); }