Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FTPCommand in WinInet.dll
Message
 
À
19/03/2001 18:25:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00486653
Message ID:
00486696
Vues:
10
>>Has anyone done anything with the new FTPCommand function in the WinInet.dll?
>>
>>One little example of a DECLARE statement and a call would sure help a lot.
>>
>>TIA
>>
>>Ed
>
>
>Can you say exactly what you are trying to do?

Erik,

I want to make a connection to a UNIX server and issue some UNIX commands via ftpcommand. I believe that I have the declare statement figured out but I was just now in the process of testing it. I got a sample of the ftpcommand call from the MSDN web site so that shouldn't be a problem.

The declare that I think should work is:

DECLARE INTEGER FtpCommand ;
IN WININET.DLL ;
INTEGER hConnect_Handle,;
INTEGER lResponse,;
INTEGER dwFlags,;
STRING lcCommand,;
INTEGER dwContext,;
INTEGER @hResult_Handle

I'll let you know how it goes.

Ed
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform