Page 1 of 1

FTP problem with INETCONNECT

Posted: Tue Nov 21, 2006 10:04 pm
by Marc Vanzegbroeck
I'm using

Code: Select all

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