Re: getting the status codes from the ftplib module

2005-12-29 Thread John J. Lee
"Alvin A. Delagon" <[EMAIL PROTECTED]> writes: > I'm writing a simple python code that will upload files onto a ftp > server. Everything's fine and working great except that the script I > wrote don't know is an upload is successful or not. Is there a way to > obtain the ftp status codes with t

Re: getting the status codes from the ftplib module

2005-12-28 Thread Alvin A. Delagon
I'm very sorry, newbie here! @_@ I'm still getting the hang of Thunderbird. -- http://mail.python.org/mailman/listinfo/python-list

Re: getting the status codes from the ftplib module

2005-12-28 Thread Alvin A. Delagon
8. Re: [EVALUATION] - E04 - Leadership! Google, Guido van Rossum, PSF (Martin P. Hellwig) 9. getting the status codes from the ftplib module (Alvin A. Delagon) 10. Re: getting the status codes from the ftplib module (Fredrik Lundh) Subject:

Re: getting the status codes from the ftplib module

2005-12-28 Thread Fredrik Lundh
Alvin A. Delagon wrote: > I'm writing a simple python code that will upload files onto a ftp > server. Everything's fine and working great except that the script I > wrote don't know is an upload is successful or not. Is there a way to > obtain the ftp status codes with this module? Thanks in adva