Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Drag and Drop problem
Message
From
10/10/2002 16:14:11
 
 
To
10/10/2002 15:56:28
Terrence Spencer
Municipal Advisory Council of Texas
Austin, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00709989
Message ID:
00710052
Views:
17
>Thanks Ed.
>
>The not using macro exp. did not work. I will try some of your other suggestons.
>
>Have you had any success at copying files from an FTP site via code?
>

Not using VFP's native copy; I use an FTP Get if the share is not resolvable as a UNC with NetBIOS supported, and translate the address to the UNC form \\server\sharename; if I have NetBIOS available as a layer to direct the copy operation. NT family OSes are capable of resolving a UNC based on an IP address, so for example, I can:
COPY FILE \\192.168.0.99\MyShare\MyFileToTransfer TO C:\SomeFolder\SomeName
if the NetBIOS protocol is supported. FTP as a protocol is not equivalent in functionality to NetBIOS over TCP/IP, so I seriously doubt that you can access a file inside of VFP using the native file copy functionality. I'd take a look at Rick Strahl's website www.west-wind.com for suggestions, as well as his book on Internet Applications using VFP from Hentzenwerke; I use his wwIPStuff product ($99 for the full registered version) for a wide range of IP based functionality including SMTP/POP3 email, FTP and a great deal more.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform