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