Re: CGI Script using Python

2007-04-21 Thread Fuzzyman
On Apr 21, 10:02 pm, Tim Roberts <[EMAIL PROTECTED]> wrote: > "Ralf" <[EMAIL PROTECTED]> 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 actual

Re: CGI Script using Python

2007-04-21 Thread Tim Roberts
"Ralf" <[EMAIL PROTECTED]> 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

Re: CGI Script using Python

2007-04-19 Thread Fuzzyman
On Apr 19, 11:34 am, "Ralf" <[EMAIL PROTECTED]> wrote: > Hello, > 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. > Downman is an example of a Python CGI which presents files for download. http://www.vo