Re: file uploader

2007-05-14 Thread James T. Dennis
Gabriel Genellina <[EMAIL PROTECTED]> wrote: > En Sun, 13 May 2007 18:41:16 -0300, Sick Monkey <[EMAIL PROTECTED]> > escribi?: >> If anyone has a simpler way of checking to see if >> a file already exists (prior to uploading to a server) and renaming it, >> please let me know. > I will ignore t

Re: file uploader

2007-05-13 Thread Gabriel Genellina
En Sun, 13 May 2007 18:41:16 -0300, Sick Monkey <[EMAIL PROTECTED]> escribió: > If anyone has a simpler way of checking to see if > a file already exists (prior to uploading to a server) and renaming it, > please let me know. I will ignore the "server" part... > Here is the code that I am usin

Re: file uploader

2007-05-13 Thread Sick Monkey
I never heard a response back concerning my previous question, so I decided to write my own function. If anyone has a simpler way of checking to see if a file already exists (prior to uploading to a server) and renaming it, please let me know. Here is the code that I am using (it runs exactly th

file uploader

2007-05-09 Thread Sick Monkey
Hey guys. I wanted to write a little desktop application that would upload files to an external server, to a specific directory. The desktop application is running on Mac OS X and I built a .psp script that is running on a Red Hat server. NOTE: This application is written for Python 2.5 (both p