Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically making backup of zip files over interne
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MySQL
Application:
Web
Divers
Thread ID:
01608499
Message ID:
01609803
Vues:
176
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform