How to put this asynchronously?

2009-04-03 Thread David Bovill
We have load, and other async command like libURLftpUpload - but is there any way to "put" a url to a remote (webdav) server asynchronously? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: How to put this asynchronously?

2009-04-04 Thread Bernard Devlin
I believe you should be able to use Mark Smith's libRevCurl to do this (http://futsoft.futilism.com/revolutionstuff.html). Bernard On Fri, Apr 3, 2009 at 10:48 PM, David Bovill wrote: > We have load, and other async command like libURLftpUpload - but is > there any way to "put" a url to a remote

Re: How to put this asynchronously?

2009-04-04 Thread David Bovill
Great - thanks for the tip Bernard, and thanks for the library Mark. I've used curl a lot, but was allways blocking, going to move over to using Marks library - great work Mark - may even convince me to move over from using "_" in my handler naming conventions - to the more usual (but less readable