Thread
:
simple file download
View Single Post
TA-t3
2007-04-17 , 11:21
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
2
You should be able to just click it in the browser and store it to disk (an option menu should pop up).
Or from an xterm:
Check if 'curl' is installed. It's on mine, so it's probably in one of the common repositories.
Then: curl
http://url/filename
-o destination_path/filename
(if you cd to the destination path (e.g. SD card) then just -o filename)
There's also 'wget' which works as curl but you don't have to specify -o, just cd to target directory first. But you will have to hunt around a bit to find 'wget' (it's not on my N800)
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3