Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.add vs. client.seed #1532

Closed
untitledlt opened this issue Oct 25, 2018 · 1 comment
Closed

client.add vs. client.seed #1532

untitledlt opened this issue Oct 25, 2018 · 1 comment

Comments

@untitledlt
Copy link
Contributor

@untitledlt untitledlt commented Oct 25, 2018

Do i understand correctly?
To add new torrent I should use client.add.
To add downloaded torrent I should use client.seed.
What should I use for unfinished downloads after app restart?

@SilentBot1

This comment has been minimized.

Copy link
Member

@SilentBot1 SilentBot1 commented Oct 25, 2018

Hey @untitledlt,

client.add is called when you wish to download part or all of a torrent.
client.seed is called when you wish to create a torrent of a file you have and start uploading it.

Using client.add with the same store will cause the already downloaded pieces to be verified and the download to resume.

Since this is a question and not a issue I'm going to close this, but feel free to continue to ask questions, I'll happily answer them.

@SilentBot1 SilentBot1 closed this Oct 25, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.