in reply to Split large file and upload to ftp server with multiple threads
This has already been alluded to, but I wanted to say it directly; you cannot concurrently share a single FTP object. As long as you opened an ftp session within each thread it should transfer fine. As for re-assembling them, you could use either the telnet or ssh modules to do this.