The Wayback Machine - https://web.archive.org/web/20201027184220/https://github.com/anacrolix/torrent/issues/303
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

seeding read-only files directly from the filesystem bug #303

Open
TongxiJi opened this issue Dec 24, 2018 · 1 comment
Open

seeding read-only files directly from the filesystem bug #303

TongxiJi opened this issue Dec 24, 2018 · 1 comment
Labels

Comments

@TongxiJi
Copy link

@TongxiJi TongxiJi commented Dec 24, 2018

file, err = os.OpenFile(name, os.O_CREATE|os.O_RDWR, 0666)

When a file is read-only of the filesystem,error “Access is denied” occured.

@anacrolix
Copy link
Owner

@anacrolix anacrolix commented Dec 31, 2018

Thanks for the report. I won't have time to fix this in the short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.