I am writing an android application that automatically uploads sounds to provided FTP server.
It needs to have to have resume capability to avoid retransmission of already transmitted data so I've used the "Writemode.RESUME" . [using java FTP client]
my problem is that if network connection goes off in mid transmission then on each retry to resume the upload it throws error error like "Can't access file, its being in use by other process"!!
Need help...Urgent.....Thanks[/b]