CGI Script using Python

Tim Roberts timr at probo.com
Sat Apr 21 17:02:31 EDT 2007


"Ralf" <ralfi at supanet.com> wrote:
>
>is there anybody who can help me.
>I would like to use a Python Script to download Files from a Server to the 
>Client, to update the Client.

Remember, though, that a CGI script cannot actually put files anywhere. You
can certainly download files to the client browser, but the user will have
to be involved to tell the browser where to store the incoming file.

Doing anything else would be a security hole.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list