Page 1 of 1

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

Posted: October 23rd, 2017, 4:45 pm
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

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

Posted: October 24th, 2017, 8:01 am
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.

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

Posted: October 24th, 2017, 3:54 pm
by aseici
Thank you very much for the quick answer