[quote="support2"]A user writes:
[quote]HI, Can you send me a sample code of how to use resume functionality for interrupted transfers, as I could not find any such in the samples downloaded.[/quote]
Resuming is simply a matter of catching IOExceptions during transfers, and calling Resume() and then repeating the transfer in the catch.[/quote]
Hi,
Thanks for your reply, but after testing I observed that
During time of transfer file is named as .upload.filename and when I disconnected client after transferring few bytes(200 mb of zip file) file is not partially transferred (instead I could not see any file on server),hence transfer starts from scratch.
I Just called UploadFile() method
and after some time I disconnected and reconnected,hence throws exception and
called resumeTransfer first then Uploadfile() but transfer starts from scratch
,it shows in log as resume could not find any file with that name in server.
Am I missing anything here.