Android Question FTP problem with partially sent files .

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody,
I'm using FTP to send images to our server. The android device is often in very "hard" places and comunication is not very well. During FTP trasfer the communication drops and partially sent files are left on server. Then we try to send files again there is already on partial file on server side and transfer fails.
There are two ways: one is to restart transfer from last block or delete the file on server side.
The first seem uninmplemented, the other requires a comand. There is also an override existance check on client side. What are the feasible solutions at present? Thank you!

Regards
Mauro
 

tigrot

Well-Known Member
Licensed User
Longtime User
No special error, the uploadcompleted event signals: completed false and the partially transferred file is there till I delete it, then the transfer is able to end.
Nothing is logged in system log.
We could use a restart option(since the server is restartable) or a delete remote file on server if present.
I use FTP contained in NET library.
Grazie Erel!

Mauro
 
Upvote 0
Top