mpetazzoni / ttorrent

BitTorrent Java library with tracker and download client
http://mpetazzoni.github.com/ttorrent/
Apache License 2.0
1.38k stars 502 forks source link

Resume downloading after client was stopped #243

Open oc3anborn opened 5 years ago

oc3anborn commented 5 years ago

I stopped client using stop() method of SimpleClient. Then I wanted to continue downloading and tried to use downloadTorrentAsync and downloadTorrent methods, but they both didn't work and thrown exceptions. Is there any way to continue downloading properly?

Dead-off commented 5 years ago

Currently easy pause-resume of downloading is not supported. You can only create new client instance