SyntaxFix
Write A Post
Hire A Developer
Questions
If you are using Linux you can use the wget module of Linux through the python shell. Here is a sample code snippet
wget
import os url = 'http://www.example.com/foo.zip' os.system('wget %s'%url)