Thread
:
what to do to make stock n9 web browser to download all type of files?
View Single Post
marxian
2012-02-10 , 15:22
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#
2
Which files cannot be downloaded with the stock browser? In any case, the browser is closed source, so it's hard to see a fix. One workaround would be to use wget. Copy the link address of the file you want to download, then launch xterm and use
Code:
wget <link_to_file> -O <output_filename>
This method has the added bonus of enabling you to choose where to save the file.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.'
- J K Galbraith
My website
GitHub
Quote & Reply
|
The Following 2 Users Say Thank You to marxian For This Useful Post:
qorax
,
youmeego
marxian
View Public Profile
Send a private message to marxian
Find all posts by marxian