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

rclone HEAD -> 405 Method Not Allowed #56

Closed
rafaelspaic opened this issue Dec 1, 2019 · 0 comments
Closed

rclone HEAD -> 405 Method Not Allowed #56

rafaelspaic opened this issue Dec 1, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@rafaelspaic
Copy link

Trying to get files using the generated command fails ex

rclone copy --http-url="http://xxxxxx.com/files/folder/" :http: ./ -P --user-agent "AndesiteUser/xxxxxxxxxx"

adding -vv, we can see its because by default it sends a HEAD request to get info about each file, show total % downloaded, etc

one option for now is adding --http-no-head but it causes some problems https://rclone.org/http/#http-no-head

@nektro nektro added the bug Something isn't working label Dec 5, 2019
@nektro nektro closed this as completed in 43f11e2 Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants