0

I have a data set that is downloadable via a website link. I would like to call that from the command line rather than from a browser.

That broswer link appears to call a PHP script. Is there a way to run this file and pull the resulting data set to a remote server via command line rather than pull to my desktop via a browser?

This is an example of the url:

http://...datasets/content_loader.php

william tell
  • 4,352
  • 6
  • 23
  • 27

1 Answers1

0

use command : wget [your link]

Monty
  • 1,110
  • 7
  • 15