Matt Singer wrote: > I have an application with a PYQT interface that uploads large files. > Is there an async method to get how much data has been sent with > storlines to update a progress bar? Or is there an alternate ftp > interface? Some time ago, I wrote ftputil, which may help you; see http://www.sschwarzer.net/python/python_software.html . Stefan