Wget saves file as frs/dl0 etc etc

If you have any 'mechanical' forge related issues/suggestions, pop them in here.
Post Reply
User avatar
brad
Joomla! Hero
Joomla! Hero
Posts: 2212
Joined: Fri Aug 12, 2005 12:38 am
Skype: tested
Location: Sydney - Australia
Contact:

Wget saves file as frs/dl0 etc etc

Post by brad » Mon Sep 19, 2005 5:28 am

When grabbing Joomla via wget the file is automatically saved as something like frs/dl0 (something like that). The file is valid though.

Whats the best link to use to get the file in this situation? ie so it is saved as joomla_version.tar.gz etc etc
Brad Baker - Joomla! Core Team, Sites & Infrastructure.
http://www.rochen.com - Managed Dedicated, Reseller & Multiple Domain Hosting.
http://www.joomlatutorials.com <-- Joomla! 1.5 & 1.0.x
^New Joomla 1.5 Tutorials are out!

dhunley
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Sep 19, 2005 2:58 pm

Re: Wget saves file as frs/dl0 etc etc

Post by dhunley » Mon Sep 19, 2005 3:19 pm

Unfortunately, there's no workaround other than using the API (see the frsGet project on http://tapestry.sourceforge.vasw.com) or by using a browser. Wget doesn't seem to understand the filenames as SFEE pushes them, while the major browsers do.

User avatar
rhuk
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 217
Joined: Fri Aug 12, 2005 3:02 pm

Re: Wget saves file as frs/dl0 etc etc

Post by rhuk » Mon Sep 19, 2005 4:39 pm

You can try grabbing the file with Lynx or w3m, both are console based web browsers.
rhuk
http://www.rockettheme.com - RocketTheme Template Club
http://www.rockettheme.com/aff - RocketTheme Affiliate Program

User avatar
brad
Joomla! Hero
Joomla! Hero
Posts: 2212
Joined: Fri Aug 12, 2005 12:38 am
Skype: tested
Location: Sydney - Australia
Contact:

Re: Wget saves file as frs/dl0 etc etc

Post by brad » Mon Sep 19, 2005 8:04 pm

I can cope.. was just trying to find the answer before I heard the same question from a user. :)
Brad Baker - Joomla! Core Team, Sites & Infrastructure.
http://www.rochen.com - Managed Dedicated, Reseller & Multiple Domain Hosting.
http://www.joomlatutorials.com <-- Joomla! 1.5 & 1.0.x
^New Joomla 1.5 Tutorials are out!

User avatar
¥
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Fri Sep 09, 2005 6:21 am
Location: Neverland Ranch

Re: Wget saves file as frs/dl0 etc etc

Post by ¥ » Mon Sep 26, 2005 6:25 pm

No workaround for this? Using Firefox, I can't even get the download location - stupid javascript :)
-----------------
¥, the CMS Formerly Known as Mambo
©Copyright 2005, The Mambo Foundation for Fauxpen Source
All Rights Reserved.

ivanstorck
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Aug 26, 2005 5:59 pm

Re: Wget saves file as frs/dl0 etc etc

Post by ivanstorck » Tue Oct 18, 2005 10:12 pm

I was able to work around this with this command:

wget http://developer.joomla.org/sf/frs/do/d ... s1820?dl=1 --user-agent="" -dv

I think it is setting the user agent string to null that makes it work

you end up with a random file name but you can still tar -xvzf it

i just rename the random name to joomla before I untar.

ivanstorck
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Fri Aug 26, 2005 5:59 pm

Re: Wget saves file as frs/dl0 etc etc

Post by ivanstorck » Tue Oct 25, 2005 11:52 pm

I tried
wget http://developer.joomla.org/sf/frs/do/d ... s1820?dl=1 --user-agent="" -dv
today and it has stopped working!

BUMMER!

I wish it would be easier to wget. I install Joomla a lot these days!  (Love it!)

:D

oojacoboo
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Sep 15, 2005 1:25 am

Re: Wget saves file as frs/dl0 etc etc

Post by oojacoboo » Tue Dec 13, 2005 3:59 am

Try this out, worked for me.  You just have to rename the file when you get it to something like joomla.tar.gz

wget http://developer.joomla.org/sf/frs/do/d ... s1820?dl=1 --user-agent="firefox" -dv

pestilence

Re: Wget saves file as frs/dl0 etc etc

Post by pestilence » Mon Dec 19, 2005 8:46 pm

This worked for me:

Code: Select all

wget --user-agent="firefox" http://developer.joomla.org/sf/frs/do/downloadRelease/projects.joomla/frs.joomla_1_0.1_0_4;jsessionid=26F91235771D9A1A1A1BC83777534A2C?dl=1


For some reason the --user-agent at the end was not working...

User avatar
zsprackett
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Fri Dec 23, 2005 2:15 am
Location: Ottawa, Canada
Contact:

Re: Wget saves file as frs/dl0 etc etc

Post by zsprackett » Fri Dec 23, 2005 5:42 am

Try this:

wget http://developer.joomla.org/sf/frs/do/d ... s1820?dl=1 --user-agent="firefox" -dv -O joomla.tar.gz

(edit: missed a flag)
Last edited by zsprackett on Fri Dec 23, 2005 5:49 am, edited 1 time in total.


Post Reply