Hi,
I'm currently using ftplib.storbinary() to upload a file to a FTP server.  
However, I would like to inform the user of the progress being made during 
the file transfer (it could be a very long transfer).  But 
ftplib.storbinary() has no callback like retrbinary() so does anyone have a 
thought on how I can update my user on the progress of the transfer.  BTW  I 
have to use a binary transfer because the file being transfer is not text.
-- 
John Fabiani
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to