> I'm using ICS FTP client in an application to upload large files to 
> a ftp server. In order to know hoe much data from the file has been 
> transferred I use the onprogress property.
> Everything worked fine in my app till 31 May 2015.
> Starting from 1 June 2015 i got no reply from the progress. The 
> files are uploaded but i have no visual feedback until the process is 
> done.The only way to get the progress is to restart my application.
> Any idea why is this happening? I used a built in debugger to trap 
> errors in my application but there appears to be no error.
> Could it be related to date?

It's very unlikely to be the date, there is no data processing during an FTP 
upload.
More likely the size of the file, the first was 6GB, the second 22G, perhaps you
don't reset some counters before an upload and exceed something somewhere. 

Very unlikely to be a problem in the component.  But make sure you have an 
exception
handler in the onprogress event, since exceptions in events may be ignored. 

Angus 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to