Results 1 to 5 of 5
I want to download a file from a website via terminal.
How do I do that?
Nevermind, wget works well.
Code:
$wget http://www.google.com/index.html...
- 10-24-2007 #1
Download a file via terminal?
I want to download a file from a website via terminal.
How do I do that?
Nevermind, wget works well.
Code:$wget http://www.google.com/index.html

- 10-24-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
wget is great but also have a look at curl. I still prefer wget for its outright simplicity and quick resuming of downloads.
- 10-24-2007 #3
wget is truely one of the great Linux apps. I wonder if there is an easy way to make firefox open a terminal and use wget when downloading files. I know there's kget, and I like it, but wget is tops in my book.

EDIT: There may be a way... I'm checking this page... LinkLast edited by Dapper Dan; 10-24-2007 at 01:13 PM.
- 03-03-2011 #4Just Joined!
- Join Date
- Mar 2011
- Posts
- 3
Always is
[QUOTE=Dapper Dan;521341]wget is truely one of the great Linux apps. I wonder if there is an easy way to make firefox open a terminal and use wget when downloading files. I know there's kget, and I like it, but wget is tops in my book.

There's a great way to run terminal commands with php.
<?php
shell_exec(wget xyz);
?>
- 03-03-2011 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,091
Hello and welcome to the forums!

This thread is nearing 4 years old so locking. Please feel free to start a fresh thread of your own if you need help with Linux.
Thank you.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.



