Computer Science Canada ftp/http file transfer |
Author: | Geminias [ Mon Jan 02, 2006 6:32 am ] |
Post subject: | ftp/http file transfer |
hey friends, normally i refrain from asking stupid questions like this but its something that has been itching at my balls lately. how do i deal with a mirror like this: http://mirrors.rcn.net/pub/sourceware/gcc/ it has this directory tree going on, and frankly all i want is a c++ compiler for linux (FC4). i believe the compilers name is GNU.. and for the life of me i cannot figure out how to download this free compiler for linux. Can someone help?[/url] |
Author: | Drakain Zeil [ Mon Jan 02, 2006 11:32 am ] |
Post subject: | |
Looking for this page? http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-4.0.2/ |
Author: | rdrake [ Mon Jan 02, 2006 7:49 pm ] | ||||
Post subject: | |||||
You might be able to type in a command like the following which would fetch and install it for you.
For Debian and it's deriatives, try this.
|
Author: | timmytheturtle [ Mon Jan 02, 2006 8:31 pm ] | ||
Post subject: | |||
Fedora Core uses "yum". There is gcc in yum, use this command
|
Author: | Hikaru79 [ Mon Jan 02, 2006 11:38 pm ] | ||
Post subject: | |||
Also, for Debian-based distro's, including Ubuntu, use:
|
Author: | Geminias [ Tue Jan 03, 2006 12:40 am ] |
Post subject: | |
alright great, thanks. But about my other question: when you see a webpage with that directory listing how do you download files from it? |
Author: | timmytheturtle [ Tue Jan 03, 2006 12:44 am ] |
Post subject: | |
Geminias wrote: alright great, thanks. But about my other question: when you see a webpage with that directory listing how do you download files from it?
Try "wget" to download the files, I think it can be used to download a directory, I've tried once but didn't go over to well, but that might have just been the server. |
Author: | rdrake [ Tue Jan 03, 2006 10:43 am ] | ||
Post subject: | |||
The following command will mirror an entire site, at least what's available to the public anyways.
|
Author: | Geminias [ Tue Jan 03, 2006 4:13 pm ] |
Post subject: | |
okay, that sounds alright. you get the output and then what would you do to download a file if you saw one you liked? |
Author: | rdrake [ Tue Jan 03, 2006 8:35 pm ] | ||
Post subject: | |||
Geminias wrote: okay, that sounds alright. you get the output and then what would you do to download a file if you saw one you liked?
|