NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
richard42ack
Dec 12, 2020Guide
How to download readyshare files using python
From a browser, I am able to access both directory listings and file contents. Using the python requests library, I am able to list the directory on readyshare. However, I have not been able to ...
richard42ack
Dec 13, 2020Guide
Never mind I have solved it.
Make the call to the file a second time and it returns the file.
To answer questions:
1. This is wrt readyshare, which is similar on various netgear products but seems to have no documentation about how they work.
2. You might not care, but it is quite often the case that the server will. By providing the same headers as the browser, we eliminate that as an issue.
3. I had forgotten which of my routers was the one with the usb -- and didn't give it a whole lot of attention when filling out the item they asked for -- it is after all, mostly a software issue, not a hardware one.
richard42ack
Dec 13, 2020Guide