FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper FTP problem with INETCONNECT
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
FTP problem with INETCONNECT
Posted: Tue Nov 21, 2006 10:04 PM
I'm using

hInternet = INETOPEN( "Anystring", INTERNET_OPEN_TYPE_DIRECT, 0, 0, 0 )

hConnect = INETCONNECT( hInternet, vip, INTERNET_INVALID_PORT_NUMBER, vuser, vpass,INTERNET_SERVICE_FTP, 0, 0 )

ret_val = FTPGETFILE( hConnect, vrfilenaam, vlfilenaam, 0,FILE_ATTRIBUTE_ARCHIVE, 0, 0 )


INETCLOSEHANDLE( hConnect )

INETCLOSEHANDLE( hInternet )


It was working all the time but, a couple of months ag I received problems of customes the have GPF-errors. I also have them.

The function-call INETCONNECT is giving the GPF.

Are there some problems with new XP-updates? I'am using XP-professional. But also XP-home give this error.

Thanks,
Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion