Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTPCommand, WinInet
Message
From
13/03/2006 10:11:26
Markus Depken
Ta-Logistic Software Gmbh
Bremen, Germany
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01103703
Message ID:
01103727
Views:
18
Hi Sergey,
i'm sorry, but this is still not working:

DECLARE INTEGER FtpCommand IN wininet;
INTEGER hConnect,;
INTEGER fExpectResponse,;
INTEGER dwFlags,;
STRING lpszCommand,;
STRING dwContext,;
INTEGER @ phFtpCommand

lcCommnad = "SITE NAMEFMT 0"
lnergebnis = FtpCommand(THIS.nInet_Handle,0, 0, lcCommnad, 0, 0)

Any Idea?


Sergey Berezniker wrote:
>Markus,

>Try

>lcCommnad = "Whatever FTP command you want to execute"
>lnResult = FtpCommand(THIS.hFtpSession, 0, 0, lcCommnad, 0, 0)
>>
>>i have found the FoxPro declaration of the FTPCommand for FoxPro.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform