Connecting Tech Pros Worldwide Help | Site Map

Reading form WebPage,shell script

Member
 
Join Date: Apr 2008
Location: United states
Posts: 123
#1: Jan 22 '09
Hi all,
I am automating installation of FreeBSD, for that I have written a shell script.
I need one file all the times when I do installation, so I have put that file on the web server.e.g http://mysite.com/file/install.html

Now , how could I access that file from webserver to the one which I am working
I know there is lynx -dump http:/...... > text.file , but as I am installing the OS by script. So, Lynx is not installed.


Thanks,
ashitpro's Avatar
Expert
 
Join Date: Aug 2007
Posts: 389
#2: Jan 22 '09

re: Reading form WebPage,shell script


I don't think that I've understood what you are doing...
How can you install OS with shell script?
Any way..
If you can run the shell script then you can also run the other commands through your shell script like "lynx" or "wget"..
Get it installed if you don't have either.
Reply