We have moved to a new Sailfish OS Forum. Please start new discussions there.
1

wget - download mp3 over ssh [answered]

asked 2014-04-29 14:25:34 +0300

m2 gravatar image

Hi,

I just wanted to download mp3 from the BBC Radio 4 website while working on my PC and not having my phone handy.

So logged in to my phone over ssh, created Download folder on my memory card and try to download it using this command:
[nemo@Jolla Downloads]$

wget http://downloads.bbc.co.uk/podcasts/radio4extra/psychiatrists/psychiatrists_20140426-1400a.mp3
-bash: wget: command not found

Is there any way to get wget onto the Jolla, or is there an alternative available I can get the MP3 downloaded straight to my phone?

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by hzb
close date 2014-05-03 20:05:19.823781

Comments

wget is also available in Warehouse, from NielDk's repos. It is also easy to build wget yourself from source, even directly on the phone.

Larswad ( 2014-04-29 17:54:20 +0300 )edit

@Larswad
would you mind to post "how to" build wget from the source on the phone?

m2 ( 2014-04-30 16:42:59 +0300 )edit

1 Answer

Sort by » oldest newest most voted
8

answered 2014-04-29 14:35:39 +0300

chemist gravatar image
curl  http://downloads.bbc.co.uk/podcasts/radio4extra/psychiatrists/psychiatrists_20140426-1400a.mp3 -o psychiatrists_20140426-1400a.mp3
edit flag offensive delete publish link more

Comments

@chemist
This works as an alternative to wget, thank you.

m2 ( 2014-04-30 16:41:29 +0300 )edit

Question tools

Follow
1 follower

Stats

Asked: 2014-04-29 14:25:34 +0300

Seen: 553 times

Last updated: Apr 29 '14