Help!
I try to use the following command to get a file from an HTTP server:
wget http://jabberstudio.org/projects/jabber...download.php?file=jabberd-2.0s8.tar.gz
But all I get is an "index.html" file! This should be easy, but I think maybe there is a problem with wget and the php script?
What to do?
--------------------------------
This is the output of my wget command:
bash-2.05b# wget "http://jabberstudio.org/projects/jabberd2/releases/download.p
hp?file=jabberd-2.0s8.tar.gz"
--14:19:35-- http://jabberstudio.org/projects/jabber...download.php?file=jabberd-2.0s8.tar.gz
=> `download.php?file=jabberd-2.0s8.tar.gz'
Resolving jabberstudio.org... 208.245.212.99
Connecting to jabberstudio.org[208.245.212.99]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://jabberstudio.org/ [following]
--14:19:35-- http://jabberstudio.org/
=> `index.html'
Connecting to jabberstudio.org[208.245.212.99]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[ <=> ] 11,565 --.--K/s
14:19:35 (184.23 KB/s) - `index.html' saved [11565]
I try to use the following command to get a file from an HTTP server:
wget http://jabberstudio.org/projects/jabber...download.php?file=jabberd-2.0s8.tar.gz
But all I get is an "index.html" file! This should be easy, but I think maybe there is a problem with wget and the php script?
What to do?
--------------------------------
This is the output of my wget command:
bash-2.05b# wget "http://jabberstudio.org/projects/jabberd2/releases/download.p
hp?file=jabberd-2.0s8.tar.gz"
--14:19:35-- http://jabberstudio.org/projects/jabber...download.php?file=jabberd-2.0s8.tar.gz
=> `download.php?file=jabberd-2.0s8.tar.gz'
Resolving jabberstudio.org... 208.245.212.99
Connecting to jabberstudio.org[208.245.212.99]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://jabberstudio.org/ [following]
--14:19:35-- http://jabberstudio.org/
=> `index.html'
Connecting to jabberstudio.org[208.245.212.99]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[ <=> ] 11,565 --.--K/s
14:19:35 (184.23 KB/s) - `index.html' saved [11565]