Python Forum

Full Version: Take one parameter which is an URL to a remote server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any ideas if possible to have a phyton program take one parameter which is an URL to a remote server. The program will download this gzipped CSV file.




For example the program would be run like: python test.py "https://server/test_data.csv.gz"

and i would download test_data.csv.gz from the remote server and process it.
yes, no problem. Of course depending on different factors it could be easy or more difficult to do it, but in general - it's not a problem