FTP problem with INETCONNECT

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

FTP problem with INETCONNECT

Post 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
Post Reply