I have used JackRabbit library to connect to WebDav server. I can successfully upload/download files to/from WebDav server. But, I'm having problem(actually I have no idea) with pausing/resume of upload/download.
Can anyone please help me with implementing pausing/resuming of upload/download to WebDav server?
Thanks,
Satish
Now, I have the answer. Thought it might be useful to someone having the same problem. Pausing/resuming doesn't depends on server. It has to be done based on HTTP protocol. Please refer HTTP protocol specifications for more details.
Related
OpenWebRTC has the iOS library. Does anyone know OpenWebRTC required a back-end server?
Yes, a signalling server is needed. An example is available here: https://github.com/EricssonResearch/openwebrtc-examples/tree/master/web
Note that this is the same code that runs for http://demo.openwebrtc.org:38080/
Does Dart have any support for the FTP protocol. In particular code running on the server not the client.
thanks
Richard
https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:html.HttpRequest says
HttpRequest can be used to obtain data from HTTP and FTP protocols, and is useful for AJAX-style page updates.
I don't know if there is more necessary to get FTP support as you might want it.
I have a Web Application that stores data/files that I want to be accessible by the official ownCloud client (making my app behave like an ownCloud server). As far as I know ownCloud provides a ReST API that the ownCloud client consumes. Unfortunately I did not find any documentation for that ReST API yet.
Any hints on where to find this documentation? Or are there better solutions to provide access to my application via the ownCloud client?
Thanks in advance!
owncloud uses a slightly modified version of webDAV.
Is it possible, to upload a file to a HTTP webserver in a firemonkey delphi application? If yes, how? I've searched a lot, but I haven't found anything useful. Firemonkey is not really popular yet, so there is not enough source about the topic.
Yes, for file uploads to a web server (HTTP) you can use the Indy TIdHTTP component.
Internet Direct (Indy) 10.6 supports all Delphi target platforms.
Uploading usually is done with a HTTP POST request. There are many example for POST with TIdHTTP, and examples how to configure TIdHTTP for standard HTTP and HTTPS (TLS) servers on Stack Overflow.
I am trying to understand the mapi protocol. Is there any resource links or opensource project that can help me in understanding of this?
Start with http://msdn.microsoft.com/en-us/library/cc425493(v=exchg.80).aspx
and http://msdn.microsoft.com/en-us/library/cc307725(v=exchg.80).aspx
For support, go to "Using the Exchange Server Protocols":
http://social.msdn.microsoft.com/Forums/en-US/os_exchangeprotocols/threads