Re: Get the source size from KIOSlave

2012-07-31 Thread Philipp Schmidt
Am Dienstag, 31. Juli 2012, 15:03:06 schrieben Sie: > On Tuesday 31 July 2012 10:23:11 Philipp Schmidt wrote: > > Hi, > > > > Am Dienstag, 17. Juli 2012, 13:30:53 schrieb David Faure: > > > On Tuesday 17 July 2012 13:16:56 David Faure wrote: > > > > kdelibs patch attached, please test. > > > > >

Re: Get the source size from KIOSlave

2012-07-31 Thread David Faure
On Tuesday 31 July 2012 10:23:11 Philipp Schmidt wrote: > Hi, > > Am Dienstag, 17. Juli 2012, 13:30:53 schrieb David Faure: > > On Tuesday 17 July 2012 13:16:56 David Faure wrote: > > > kdelibs patch attached, please test. > > > > And now with a new feature: compiling. > > Testing it now as it w

Re: Get the source size from KIOSlave

2012-07-31 Thread Philipp Schmidt
Hi, Am Dienstag, 17. Juli 2012, 13:30:53 schrieb David Faure: > On Tuesday 17 July 2012 13:16:56 David Faure wrote: > > kdelibs patch attached, please test. > > And now with a new feature: compiling. Testing it now as it would make the (WIP) MTP Kio-Slave much nicer (using a tempfile atm). Seei

Re: Get the source size from KIOSlave

2012-07-17 Thread David Faure
On Tuesday 17 July 2012 13:16:56 David Faure wrote: > kdelibs patch attached, please test. And now with a new feature: compiling. Sorry, doing too many things at the same time :-) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. KDE Frameworks 5 d

Re: Get the source size from KIOSlave

2012-07-17 Thread David Faure
On Tuesday 17 July 2012 18:31:39 Weng Xuetian wrote: > Hi KDE world, > I'm currently implementing my own kioslave, but when I'm working on ::put > function, I found I need to get the origin file size to get the later > transfer to work Not available at the moment, but could be added. kdelibs patc

Get the source size from KIOSlave

2012-07-17 Thread Weng Xuetian
Hi KDE world, I'm currently implementing my own kioslave, but when I'm working on ::put function, I found I need to get the origin file size to get the later transfer to work, I explore a little that http post use ::special to set post size, which obviously not possible for my own kioslave.. An