On Sep 27, 11:39 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hello,
>
> > I want to implement file downloads inside an authenticated web page,
> > such that when a user clicks a link, the server side python code
> > connects to a ftp server, downloads a relevan
[EMAIL PROTECTED] wrote:
> Hello,
>
> I want to implement file downloads inside an authenticated web page,
> such that when a user clicks a link, the server side python code
> connects to a ftp server, downloads a relevant file and then streams
> the file to the browser for the user to open it w
Hello,
I want to implement file downloads inside an authenticated web page,
such that when a user clicks a link, the server side python code
connects to a ftp server, downloads a relevant file and then streams
the file to the browser for the user to open it with the appropriate
application. In thi