Features/Transfer to many options: Difference between revisions
Appearance
< Features
Created page with "============================================================================================================================================== {| class="wikitable" |- ! Header 1 ..." |
|||
Line 1: | Line 1: | ||
In a server-initiated operation, the server is responsible for adequate delivery to all the clients, whatever the number may be. | |||
In a client-initiated operation, each client is responsible for herself only. | |||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! | ! Option | ||
! | ! Server-Initiated / Client-Initiated | ||
! | ! Secure Data Transfer | ||
! Proxy Support | |||
! Peer to Peer Support (Gabble/Salut) | |||
|- | |- | ||
| | | Looping over "Send To" | ||
| | | Server-Initiated | ||
| | | | ||
| | |||
| Yes/Yes | |||
|- | |- | ||
| | | Sascha's JournalToWebDAV | ||
| | | Client-Initiated | ||
| | | | ||
| | |||
| No/No (Data is uploaded/downloaded to/from a central server) | |||
|- | |- | ||
| | | Each XO acts as an independent WebDAV server; client uses browser | ||
| | | Client-Initiated | ||
| | | Yes (HTTPS over SSL) | ||
| | |||
| /Yes | |||
|} | |} |
Revision as of 10:22, 27 March 2012
In a server-initiated operation, the server is responsible for adequate delivery to all the clients, whatever the number may be. In a client-initiated operation, each client is responsible for herself only.
Option | Server-Initiated / Client-Initiated | Secure Data Transfer | Proxy Support | Peer to Peer Support (Gabble/Salut) |
---|---|---|---|---|
Looping over "Send To" | Server-Initiated | Yes/Yes | ||
Sascha's JournalToWebDAV | Client-Initiated | No/No (Data is uploaded/downloaded to/from a central server) | ||
Each XO acts as an independent WebDAV server; client uses browser | Client-Initiated | Yes (HTTPS over SSL) | /Yes |