Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I send a file to a web server?
Message
 
To
08/09/2011 14:56:55
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01523041
Message ID:
01523050
Views:
98
>Is there a way for FoxPro 9 to send a file to a web server?
>
>I can send to a file to a regular network directory using SENDTOFILE() without any problem.
>
>I'm actually trying to send a file to SharePoint. The address starts with https://my.mainehealth.org/mmc/...etc.
>
>Any ideas about this?
>
>Thanks.

What's the endpoint? Is it a plain HTTP file upload? A SOAP endpoint? A REST endpoint?

What's the spec?

You can't just 'send' a file to a Web server unless the server has some protocol in place to receive it.

Otherwise - as Victor pointed out - FTP is the right choice to send a file to a server (not a Web server but an FTP server) that maps to the same place as the Web server.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform