Link to home
Start Free TrialLog in
Avatar of wardjame
wardjame

asked on

download generated files from bash

I am trying to download a text file generated via an asp script that takes multiple parameters in the url.  I want to setup a cronjob that will download the resulting file every hour.  I tried using wget to grab the file but that does not seem to work.  I'm guessing I need to using something like lynx to tell it to grab the resulting file.  If that is not an option I also have access to php via the command line.  Any suggestions?
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial