Caching on iOS

2012-01-09 Thread Dan Friedman
Hello... Does anyone know if there is a setting for caching on iOS? Here's what's happening: I post text to a file on a server (via ftp) using a simple put command in a LC project on my iPhone. The data IS writing to the server - I can verify that. However, if I re-read the data

Re: Caching on iOS

2012-01-09 Thread Roger Eller
On Mon, Jan 9, 2012 at 12:21 PM, Dan Friedman wrote: Hello... Does anyone know if there is a setting for caching on iOS? Here's what's happening: I post text to a file on a server (via ftp) using a simple put command in a LC project on my iPhone. The data IS writing to the server - I

Re: Caching on iOS

2012-01-09 Thread Dan Friedman
for caching on iOS? Here's what's happening: I post text to a file on a server (via ftp) using a simple put command in a LC project on my iPhone. The data IS writing to the server - I can verify that. However, if I re-read the data that was just written to the server (from within my app

Re: Caching on iOS

2012-01-09 Thread Roger Eller
On Mon, Jan 9, 2012 at 4:14 PM, Dan Friedman wrote: Roger, The file I am writing is tiny... about 75 bytes! More info... I posted the file then asked the application to download the file every thirty seconds. It is getting the older version of the file every time... It's been about 15