Re: [Tutor] Python app and UNIX commands

2006-03-31 Thread w chun
> I would like to write an app for Linux/Unix > that fetches a gzipped or bzipped file from a remote server by http or ftp. > The file will be downloaded to a temporary directory, unzipped and its > contents copied to specific directory. If the process has gone well, the > files in the temporary di

[Tutor] Python app and UNIX commands

2006-03-31 Thread William Mhlanga
Hello, I have come up with an idea of an app that I would like to write using python but I need some guidance. I would like to write an app for Linux/Unix that fetches a gzipped or bzipped file from a remote server by http or ftp.  The file will be downloaded to a temporary directory, unzipped and