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,
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,
Comment