003
11.06.2003, 14:26 Uhr
Uwe
C/C++ Master (Administrator)
|
Hallo, Jetzt aus dem Hut(hoffe ich vertippe mich nicht, sitze gerade nicht am Entwickler) : Lösch mal FTP_TRANSFER_TYPE_BINARY
C++: |
/*m_pintsession = new CInternetSession ( NULL, 1, PRE_CONFIG_INTERNET_ACCESS ) ; m_pftpconnect = m_pintsession -> GetFtpConnection ( "ftp.microsoft.com" , NULL, NULL ) ;*/ try{ m_pftpconnect -> GetFile ( downsource, m_downtarget, FALSE, FILE_ATTRIBUTE_NORMAL ) ; } catch ( CInternetException* pex ){ MessageBox ( "Error downloading file" ) ; pex -> Delete() ; m_pftpconnect = NULL ; return ; } MessageBox ( "Download completed successfully" ) ;
|
Dann sollte es eigentlich funktionieren. -- "Es ist schwierig, ein Programm wirklich idiotensicher zu machen, weil Idioten so genial sind."
Bis dann... Uwe Dieser Post wurde am 11.06.2003 um 14:28 Uhr von Uwe editiert. |