Results 1 to 4 of 4
I am using NetBSD and I am trying to set up a LAMP server but I am unsure of how to get the MySQL and PHP source files onto the ...
- 03-27-2011 #1
How to download from command line
I am using NetBSD and I am trying to set up a LAMP server but I am unsure of how to get the MySQL and PHP source files onto the box. Because the mysql and php links aren't direct downloads (a full URL to the filename) it doesn't appear wget is going to work for me (unless someone has done it).
I also tried with FTP buy connecting to the server and path is gives in the URL but for some reason the files don't show in the directory that the URL is talking about...
Is there some other way I can get the files? I'd prefer to not deal with any GUI just to get the files.
Thank you.
- 03-27-2011 #2
I've never run BSD but a few things I'd think of if running into the same problem under Linux:
Is the place where you want to download these files from the only place to get them? Maybe copy the file names, Google them and see if you can find the files from a different place where you can use wget.
Doesn't BSD use ports? Would these files be available downloading them via BSD ports?
Is there a BSD command line Internet browser like links? Possibly install that and procure the files through it?
Just a few ideas that may or may not be useful. Sorry I couldn't help more.
- 03-27-2011 #3
- 03-28-2011 #4
This ought to get you started...
Using the Ports Collection


Reply With Quote

