 |
 |
wget
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Dec 2002
Location: London, UK
Status:
Offline
|
|
wget - is there a reason os X got rid of this application? I'm sure I had it in 10.2.
Any thoughts? How do you rate curl - is this the replacement or was it always in os X?
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Originally Posted by ixus_123
wget - is there a reason os X got rid of this application? I'm sure I had it in 10.2.
Any thoughts? How do you rate curl - is this the replacement or was it always in os X?
Wget is an easy install using Macports.
I believe curl was always included. It won't traverse through websites recursively like wget does though.
Another option is "fetch", which is also available through Macports.
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Aug 2004
Location: FFM
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Heh.. Unix fetch, not that stupid rabid mongrel stealing somebody's floppy disk.
I hate it when dogs steal my floppy disks.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: May 2001
Status:
Offline
|
|
With the change from 10.0 to 10.1 Apple replaced wget with curl for some reasons that have been speculated about in this thread.
Fortunately wget can easily be installed either directly from the source code or using one of the OS X binaries that are floating around on the web.
-
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Dec 2002
Location: London, UK
Status:
Offline
|
|
Ooo that's pretty cool.
I hadn't heard of fetch
I'm off to 'man fetch'
Thanks guys 
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Sep 2007
Status:
Offline
|
|
Hello people,
I have a question concerning wget and rapidshare. How I can download from Rapidshare (have a premium account) using command-like tool wget. It seems pretty easy, but I always get only very small file (5KB) something like html. Please correct me if I am doing something in a wrong way:
1. I save a cookie by typing the following in Terminal
wget \
--save-cookies ~/.cookies/rapidshare \
--post-data "login=USERNAME&password=PASSWORD" \
-O - \
https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi \
> /dev/null
2. I try to download by typing this:
wget -c --load-cookies ~/.cookies/rapidshare RapidShare: 1-Click Webhosting
11:45:21 (273.06 KB/s) - `blablabla' saved [5224/5224] While original size of the file is let's say 95 MB
What's wrong? Any ideas?
Thanks for support!
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |