Forums

how to save file from url?

Hey, i need to save file to the folder from public url, hwo can i do that? thanks!

Download the file and then upload it. We do not have a direct way of getting public urls straight into PythonAnywhere. Alternatively, you could use wget in a bash console:

wget http://the.url/etc