Page 1 of 1

PNC

Posted: July 18th, 2016, 2:08 am
by kakinyim
I have this PNC file;

[SyncFile]
Version=CSPro 6.3
Description=Sending data to server..

[Connection]
Type=FTP
Host=ftp://191.168.115.218/ImpactSurvey
Username=cspro
Password=password


[Sync]
ClientPath=/ImpactSurvey/Data
ServerPath=/ImpactSurvey/Data
put = *.DAT
ClientPath=/ImpactSurvey/Data
ServerPath=/ImpactSurvey/Data
put = *.dat.sts
ClientPath=/ImpactSurvey/Assignment
ServerPath=/ImpactSurvey/Assignment
put = *.DAT
ClientPath=/ImpactSurvey/Final
ServerPath=/ImpactSurvey/Final
put = *.*
ClientPath=/ImpactSurvey/Working
ServerPath=/ImpactSurvey/Working
put = *.*
ClientPath=/ImpactSurvey/Reports
ServerPath=/ImpactSurvey/Reports
put = *.*


Does anyone see why "put = *.dat.sts" can not be uploaded to the FTP server. Fortunately, "put = *.DAT" is being uploaded at the server "Data" folder.

Re: PNC

Posted: July 18th, 2016, 9:35 pm
by josh
I don't see anything obviously wrong with the PNC file other than that the ClientPath and ServerPath immediately after the put = *.DAT are redundant but that should not cause any problems.

You should check the synclog.txt in the CSEntry directory on your Android device to see if it provides any additional information.