Search found 2399 matches

by josh
January 8th, 2015, 3:14 pm
Forum: Entry
Topic: FileZilla Server Closing Connection After .pnc File Transfer
Replies: 20
Views: 21071

Re: FileZilla Server Closing Connection After .pnc File Tran

When exactly does it crash? From the screenshot it looks like it is crashing when you tap on the file "waya_ftp_app.pnc". If you back to the synchronize menu now are there any entries other than "Add new"? Unfortunately a crash like this is really hard to diagnose remotely since ...
by josh
January 8th, 2015, 2:44 pm
Forum: Entry
Topic: Missing leading zero in numeric Android entry
Replies: 6
Views: 5843

Re: Missing leading zero in numeric Android entry

I made a little test app to see if I could reproduce the issue you are having and the zero fill is working just fine. You can see my test app at https://www.dropbox.com/s/7w9jgck0ks0pd ... o.zip?dl=0

I'm using 6.0.4 (latest from Google Play as of today).
by josh
January 8th, 2015, 12:08 pm
Forum: Entry
Topic: FileZilla Server Closing Connection After .pnc File Transfer
Replies: 20
Views: 21071

Re: FileZilla Server Closing Connection After .pnc File Tran

Yes, completey redoing the UI for sync in this version. Just choose synchronize and then pick "Add new".
by josh
January 8th, 2015, 8:31 am
Forum: Entry
Topic: FileZilla Server Closing Connection After .pnc File Transfer
Replies: 20
Views: 21071

Re: FileZilla Server Closing Connection After .pnc File Tran

Yes. The Filezilla Log is not very helpful. It doesn't look the sync itself is actually ever connecting to the server. All the entries seem related to sync setup (downloading the sync file) but I don't see it even trying to connect for the actual sync. That probably means that the url for the ftp se...
by josh
January 7th, 2015, 3:29 pm
Forum: Entry
Topic: Synchronization list
Replies: 2
Views: 2987

Re: Synchronization list

You can do this although the feature is a little bit hidden. Choose Synchronize to bring up the list and then hard press on the entry you would like to remove (keep your finger it for a second or two) and a dialog will pop up asking if you want to delete the file.
by josh
January 7th, 2015, 2:46 pm
Forum: Entry
Topic: FileZilla Server Closing Connection After .pnc File Transfer
Replies: 20
Views: 21071

Re: FileZilla Server Closing Connection After .pnc File Tran

Unfortunately that error message is not helpful. Sync is encountering an error that causes the connection to be aborted and then it tries to disconnect and encoutners a second error but it only reports the second error rather than the real cause. We have fixed this and the fix will be in the next ve...
by josh
January 7th, 2015, 2:46 pm
Forum: Entry
Topic: FileZilla Server Closing Connection After .pnc File Transfer
Replies: 20
Views: 21071

Re: FileZilla Server Closing Connection After .pnc File Tran

Unfortunately that error message is not helpful. Sync is encountering an error that causes the connection to be aborted and then it tries to disconnect and encoutners a second error but it only reports the second error rather than the real cause. We have fixed this and the fix will be in the next ve...
by josh
January 7th, 2015, 10:16 am
Forum: Entry
Topic: FileZilla Server Closing Connection After .pnc File Transfer
Replies: 20
Views: 21071

Re: FileZilla Server Closing Connection After .pnc File Tran

CSEntry always closes the connection to the FTP server after downloading the .pnc file. It will reopen the connection again when it runs the actualy sync. The connection closing that you are seeing is totally normal as CSEntry does not try to keep the connection open. If the sync fails it is likely ...
by josh
December 15th, 2014, 1:13 pm
Forum: Entry
Topic: About a problem identified
Replies: 2
Views: 2856

Re: About a problem identified

Glad to hear that the menu problem is resolved. In the next release it will be possible to start a synchonrization from within CSPro logic. This would allow you to run a sync from a userbar button. It will also allow you to write out your sync spec file using CSPro logic and then launch the sync on ...
by josh
December 15th, 2014, 1:10 pm
Forum: Entry
Topic: FTP Sync
Replies: 19
Views: 18824

Re: FTP Sync

The data file is on your phone but as I said before, the folder that the data file is in does not match the ClientPath in your sync spec file. From the screenshot your posted the path to the data file is: csentry/UG Form/UGDATA.dat The ClientPath in your sync file is csentry/UG Form/Data/*.dat (this...