How to obtain same result using dropbox sync as ftp ".pnc" script sync ?

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Forum rules
New release: CSPro 8.0
Post Reply
aseici
Posts: 2
Joined: October 23rd, 2017, 4:36 pm

How to obtain same result using dropbox sync as ftp ".pnc" script sync ?

Post by aseici »

Hi Everybody!

Can you help me get a ".pnc" script working fine for FTP to work with dropbox. Below, I submit yo the script which works perfectly for ftp synchronization but I don't manage to get any result with dropbox:

[SyncFile]
Version=CSPro 7.0
AppName=PEQH-QAS

[Connection]
Type=FTP
Host=ftp://
Username=
Password=pass123

[Sync]
CreateServerPath=/ICIESA7/AQF_Donnees/PROGRAMME/AQF_QAS/QAS_Professeur/Professeur
ServerPath=/ICIESA7/AQF_Donnees/PROGRAMME/AQF_QAS/QAS_Professeur/Professeur
CreateClientPath=/AQF_QAS/QAS_Professeur/Professeur
ClientPath=/AQF_QAS/QAS_Professeur/Professeur
get=QAS_Professeur.pen
CreateServerPath=/ICIESA7/AQF_Donnees/%UID%%DateTime%/
ServerPath=/ICIESA7/AQF_Donnees/%UID%%DateTime%/
Put=*.csdb
Put=*.dat.not
CreateClientPath=/AQF_QAS/QAS_Professeur/Launcher
ClientPath=/AQF_QAS/QAS_Professeur/Launcher
ServerPath=/ICIESA7/AQF_Donnees/PROGRAMME/AQF_QAS/QAS_Professeur/Launcher
get=ICIESA_QAS_Professeur.pen
get=ICIESA_QAS_Professeur.pff
get=Launcher.dat
CreateClientPath=/AQF_QAS/QAS_Caracteristiques/Caracteristiques/PHOTOS
ClientPath=/AQF_QAS/QAS_Caracteristiques/Caracteristiques/PHOTOS
CreateServerPath=/ICIESA7/AQF_Donnees/PHOTOS/
ServerPath=/ICIESA7/AQF_Donnees/PHOTOS/
Put=*.jpg

My question is, how to get the same results I obtained with this ftp script using dropbox ?

Thank you very much
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: How to obtain same result using dropbox sync as ftp ".pnc" script sync ?

Post by josh »

Dropbox is no longer supported using PNC scripts. See this post: http://www.csprousers.org/forum/viewtop ... f=3&t=1851.

We will soon drop support for PNC scripts altogether in favor of the new sync methods introduced in version 7. The new methods support a simple way of setting up sync with FTP, Dropbox or CSWeb via the syncrhonization options dialog in CSPro designer and advanced way of syncing via logic functions. Unlike PNC based sync, the new synchronization methods work on all platforms.
aseici
Posts: 2
Joined: October 23rd, 2017, 4:36 pm

Re: How to obtain same result using dropbox sync as ftp ".pnc" script sync ?

Post by aseici »

Thank you very much for the quick answer
Post Reply