Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uploading files to Amazon S3

Status
Not open for further replies.

ikh

Programmer
Apr 17, 2001
24
0
0
CA
Has anybody uploaded files programmatically to Amazon S3 using VFP?
Thanks.
IK
 
No, but read about it at
This already tells some important to notice facts about S3:

1. If at all, your only chance to use it without any of the non VFP SDKs is via HTTPS API requests, HTTP already isn't supported.
2. authenticating such requests is cumbersome and easier with SDK usage.

From these two informations alone, I'd go the route to use some SDK for .NET or PHP or anything else you can do and not port or implement the API in VFP.
Alone the fact Amazon might also deprecate access via HTTPS and only allow access via its official SDKs means going for some SDK you're on the sure side of future support.

Bye, Olaf.
 
Thank you Olaf.
I installed SDK for .NET. Is there a way to use AWSSDK.S3.dll in VFP ?
IK
 
Well, a .NET SDK is a .NET SDK. You may try using it via dotnetBridge from Rick Strahl. Google it.
Or use the ActiveX Nigel recommends.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top