Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTPCommand in WinInet.dll
Message
 
To
19/03/2001 18:25:14
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00486653
Message ID:
00486696
Views:
9
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform