the mods/themes/etc are easily downloadable using browser.
but it's impossible to download using wget.
i'm on server shell.
so, it'll be great if i can just wget the files and unzip right on the server.
so that i wont have to download to my pc, unzip, upload to server and so on...
this will save a lot of tedious work.
tnx.
Hmm sounds good for all SSH users. I would even use this. (looking at my current issues)
I've never heard of wget...based on you and T0m's post it is something you use to upload to your server instead of downloading?
Its SSH Its a command way to download Tarball files. I don't know if this will work zipped though "/
(2009-09-12, 12:30 AM)Hero Wrote: [ -> ]I've never heard of wget...based on you and T0m's post it is something you use to upload to your server instead of downloading?
wget is used to download files through HTTP, HTTPS and FTP
http://www.gnu.org/software/wget/
Ah! Thank you for clarifying that issue.
What is the errors your get with wget?
(2009-09-12, 12:35 AM)T0m Wrote: [ -> ]Its SSH Its a command way to download Tarball files. I don't know if this will work zipped though "/
Its not just ssh, a linux command to download a file straight to a server :p
wget works fine
wget --post-data="friendly_name=google-seo&agree=I agree" http://mods.mybboard.net/download
--2009-09-12 12:57:28-- http://mods.mybboard.net/download
Resolving mods.mybboard.net... 67.228.199.195
Connecting to mods.mybboard.net|67.228.199.195|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: uploads/downloads/1407-1248475366-google_seo_1.1.5.zip [following]
--2009-09-12 12:57:29-- http://mods.mybboard.net/uploads/downloads/1407-1248475366-google_seo_1.1.5.zip
Reusing existing connection to mods.mybboard.net:80.
HTTP request sent, awaiting response... 200 OK
Length: 226626 (221K) [application/zip]
Saving to: `1407-1248475366-google_seo_1.1.5.zip'
100%[======================================>] 226,626 155K/s in 1.4s
2009-09-12 12:57:31 (155 KB/s) - `1407-1248475366-google_seo_1.1.5.zip' saved [226626/226626]