2009/10/10 Albert Hopkins <[email protected]>
> On Sat, 2009-10-10 at 07:06 +0200, [email protected] wrote: > > I want to download a file with an url like this: > > > > mms://<path>/<file> > > > > Directly cliking the link/url in firefox does not work. > > > > Is there any tool, with which I cann access that file? > > $ gconftool-2 -g /desktop/gnome/url-handlers/mms/command > totem "%s" > > > mplayer -dumpstream mms:/<path>/<file> -dumpfile <file.out> >

