Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically making backup of zip files over interne
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MySQL
Application:
Web
Miscellaneous
Thread ID:
01608499
Message ID:
01609803
Views:
174
Thank you Rick.

Alex

>Why not integrate with something like DropBox or OneDrive? That way you can simply copy the file to the Dropbox/OneDrive folder as a regular file.
>
>
>For example:
>
>
>DO wwAPI && GetSpecialFolder()
>STRTOFILE("Test",GetSpecialFolder("Documents") + "..\" + "DropBox\test.txt")
>
>
>will create test.txt in my DropBox base folder and it will sync to the cloud. If you use a specific folder you can then set permissions to share as needed for anyone that needs to have access. Even better the file can auto-sync down to another machine and can then be accessed the same way using FILETOSTR() or whatever you need to do.
>
>+++ Rick ---
>
>
>>Hello,
>>
>>We want to add to our application the possibility of making remote backups of zipped data across the internet, probably in space we would rent from Amazon.
>>
>>Does anyone have experience doing this?
>>
>>TIA,
>>
>>Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform