Page 2 of 2

Re: not able to copy file to sd card

Posted: August 19th, 2015, 8:15 am
by josh
Jing, I modified your sync files as described: removed the /TempData/ from the RootFolder on the server and added ServerPath=/TempData/ to the client and it works fine. The modified files are below. I had to create the folder csentry/TempData on the server tablet (or you could add CreateServerPath=/TempData/ to the client). If you get different results with these files please send me the synclog.txt file from the csentry directory.

ToSupervisor.pnc

Code: Select all

[SyncFile]
Version=CSPro 6.1
AppName=ToSupervisor
Description=Transfer data to supervisor, on interview device
DeviceName=001: Jing
RootFolder=/storage/emulated/0/csentry
    
[Connection]
Type=Bluetooth
ServerDeviceName=002: Jon
    
[Sync]
ClientPath=/Data/
ServerPath=/TempData/
Put=?001001.dat
Put=?001001.dat.not
Put=?001001.dat.sts
FromInterviewer.pnc

Code: Select all

[SyncFile]
Version=CSPro 6.1
AppName=FromInterviewer
Description=Receive data files from interviewer, on supervisor device
DeviceName=002: Jon
RootFolder=/storage/emulated/0/csentry/
    
[Connection]
Type=BluetoothServer

Re: not able to copy file to sd card

Posted: August 19th, 2015, 3:22 pm
by Jing Liu
Thanks Josh!!
I will test it !!