[surf] Downloading files (was: Re: [dev] st -e not working?)

From: Jonathan Slark <jonathan.slark_AT_talktalk.net>
Date: Fri, 13 May 2011 02:20:45 +0100

On 12/05/2011 23:39, Connor Lane Smith wrote:
> On 12 May 2011 23:34, Sir Cyrus<sircyrus_AT_gmail.com> wrote:
>> However I'm still having trouble downloading files in surf. I've tried
>> recompiling using "st" in place of "xterm" in config.def.h, as well as
>> creating a symbolic link from xterm to st, but neither seem to work.
>
> Line 17 in config.h should read:
>
>> "st -e wget --load-cookies ~/.surf/cookies.txt '$0';", \

I had the same problem where I couldn't download files in surf. I've
managed to get it working by using:

"cd ~/dl;st -e wget --load-cookies ~/.surf/cookies.txt $0", \

I've taken out the single quotes, the semi-colon and added a cd command.
This way files are downloaded to my ~/dl directory.

Jon.
Received on Fri May 13 2011 - 03:20:45 CEST

This archive was generated by hypermail 2.2.0 : Fri May 13 2011 - 03:24:03 CEST