Reading form WebPage,shell script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajd335
    New Member
    • Apr 2008
    • 123

    Reading form WebPage,shell script

    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
    Recognized Expert Contributor
    • Aug 2007
    • 542

    #2
    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.

    Comment

    Working...