Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Internet Transfer Control
Message
From
08/10/1999 08:19:27
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, United States
 
 
To
08/10/1999 07:31:35
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00273356
Message ID:
00274139
Views:
27
>Thanks for your help, I've got it to work with the help of Oleg Khvalin. The big problem with this control is that it won't work with filenames or paths containing a space.
>
Sylvain,
To use filenames with a space you need quotas around file name.
It will look like that:
< ...... >
lcInFileName = '""My Input File Name""'
lcInFileName = '""My Output File Name""'
lcExecute = ', "get ' + lcInFileName + ' ' + lcOutFileName +'"'
Thisform.OleFTP.Execute (&lcExecute)

HTH
Oleg
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform