I'm trying to use libURLDownloadToFile to get one of these files and pull it into the applet, but I only get an empty file (0KB). Is it the case that this command cannot follow the redirects in the file.php? Is there a way to make it do that?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Sounds like the server is expecting to authenticate the session but is unable to with your script. May require adding cookie support in your script; hard to say without knowing more about how the server and its login work.cborn wrote:Yes, it does, as long as I'm logged into the course management system in that browser. The file downloads without a hitch in that case.