| 42 | | ftp - use FTP (default) |
|---|
| 43 | | scp - use scp command |
|---|
| 44 | | none - don't connect. Useful for debugging only - will expect the device |
|---|
| 45 | | files to sync with to be in /tmp. |
|---|
| 46 | | |
|---|
| 47 | | use_qcop |
|---|
| 48 | | Control the use of QCOP to notify the device of syncing: |
|---|
| 49 | | true - enable QCOP (default) |
|---|
| 50 | | false - disable QCOP. Only really useful for debugging. |
|---|
| | 43 | ftp - use FTP (default). Uses Opie's built-in FTP server to transfer |
|---|
| | 44 | data without encryption. |
|---|
| | 45 | scp - use scp/ssh commands to transfer data securely. Note: this will |
|---|
| | 46 | require you to set up key-based ssh authentication. |
|---|
| | 56 | |
|---|
| | 57 | Additional options for debugging purposes only: |
|---|
| | 58 | |
|---|
| | 59 | conntype |
|---|
| | 60 | none - don't connect, instead read/write files in the directory specified |
|---|
| | 61 | by the localdir parameter (see below). |
|---|
| | 62 | |
|---|
| | 63 | use_qcop |
|---|
| | 64 | Control the use of QCOP to notify the device of syncing: |
|---|
| | 65 | true - enable QCOP (default) |
|---|
| | 66 | false - disable QCOP. You will likely want to set this if you use |
|---|
| | 67 | conntype = none. |
|---|
| | 68 | |
|---|
| | 69 | localdir |
|---|
| | 70 | If conntype = none, you can use localdir to specify where the Opie data |
|---|
| | 71 | files should be read from / written to. If not specified, the default is /tmp. |
|---|