From: Rama <ra...@xi...> - 2006-07-30 08:48:11
|
Hi list, I'm just looking around ftpcube as I need an FTP client for some specific needs, so I'll be doing a whole new interface for it just to suit our needs. The problem is resume is not working for me, at least on uploading files, which is what I need. It seems when it's calculating the REST (so what's already uploaded) it always returns the size of the local file size instead of the remote, so it always starts from the beginning (?). I'm not so experienced with threads programming, so it's not clear for me how I could send a request for the size to the FTP server (using ftplib's size, or in turn I might use MLST and parse the output) and get back the results to assign to the REST. Could someone please help with it? Thanks a lot, cheers, Rama |