We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently rqbit throws when the downloaded files are read-only
finished with error: error opening "/path/to/file.txt" in read/write mode
the downloaded files are complete and rqbit should only seed them
$ chmod -R -w ~/downloads $ rqbit server start ~/downloads ERROR torrent{id=0}:initialize_and_start: librqbit_core::spawn_utils: finished with error: error opening "/path/to/file.txt" in read/write mode
The text was updated successfully, but these errors were encountered:
support seeding completed read-only files (fixes #136)
d980e29
No branches or pull requests
currently rqbit throws when the downloaded files are read-only
the downloaded files are complete and rqbit should only seed them
The text was updated successfully, but these errors were encountered: