not able to copy file to sd card

Discussions about CSEntry
josh
Posts: 2403
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: not able to copy file to sd card

Post 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
Jing Liu
Posts: 42
Joined: July 1st, 2015, 3:19 am

Re: not able to copy file to sd card

Post by Jing Liu »

Thanks Josh!!
I will test it !!
Post Reply