Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FTPOpenFile Problem
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
FTPOpenFile Problem
Divers
Thread ID:
00455588
Message ID:
00455588
Vues:
79
I'm opening a file trough FTP with:

pnFTPFile = FtpOpenFile(pnConnectHandle,@lcSourceFileName,GENERIC_READ,FTP_TRANSFER_TYPE_BINARY,dwContext)
..
..
THEN I CLOSE IT WITH:

=InternetCloseHandle(pnFTPFile)

WHEN I TRY TO OPEN THE SAME FILE IN THE SAME CONNECTION THE FILE CAN'T BE OPENED.

How can I release that buffer or whatever it is?
Do I need to:

=InternetCloseHandle(pnConnectHandle)

and then reopened again?
Francisko Paternoster
fpater@patercorp.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform