1UPLDIF(1) General Commands Manual UPLDIF(1)
2
3
4
6 upldif - Barry Project's LDIF contact uploader
7
9 upldif [-p pin][-P password][-u][-h][-v]
10
12 upldif reads a list of contacts in LDAP LDIF format from stdin, and
13 overwrites the Blackberry's Address Book database with those contents.
14
16 -p pin Specify the PIN of the device to talk to. Only needed if there
17 are multiple Blackberries plugged into your system at once.
18
19 -P password
20 Simplistic method to specify device password.
21
22 -u Actually do the upload. If not specified, upldif only dumps the
23 parsed LDIF data to stdout for verification.
24
25 Note! If this option is specified, all existing contacts on your
26 Blackberry will be deleted and replaced with the LDIF contacts.
27
28 -v Dump verbose protocol data during operation.
29
30 -h, --help
31 Show summary of options.
32
33
34
36 In the event of a fatal error, the message will be written to stderr,
37 with an error code of 1.
38
39
40
42 upldif is part of the Barry project. This manual page was written by
43 Chris Frey.
44
46 http://www.netdirect.ca/software/packages/barry
47
48
49
50
51 November 24, 2009 UPLDIF(1)