- Timestamp:
- 06/09/07 21:17:29 (18 months ago)
- Location:
- trunk/doc
- Files:
-
- 2 modified
-
obexftp.1 (modified) (6 diffs)
-
obexftp.1.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/obexftp.1
r127 r164 1 .\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3 21 .\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35 2 2 .\" 3 3 .\" Standard preamble: … … 130 130 .\" 131 131 .IX Title "OBEXFTP 1" 132 .TH OBEXFTP 1 "200 6-10-24" "2006-10-24" "ObexFTP"132 .TH OBEXFTP 1 "2007-06-09" "2007-06-09" "ObexFTP" 133 133 .SH "NAME" 134 134 obexftp \- Mobile Equipment file transfer tool … … 164 164 Use this bluetooth channel when connecting. 165 165 The channel will be discoverd automatically if this option is not used. 166 .IP "\fB\-d\fR \fIno/address\fR, \fB\-\-hci\fR \fIno/address\fR" 4 167 .IX Item "-d no/address, --hci no/address" 168 Use the bluetooth device referenced by number or address as 169 source device for the connection. 166 170 .IP "\fB\-u\fR \fIintf no\fR, \fB\-\-usb\fR \fIintf no\fR" 4 167 171 .IX Item "-u intf no, --usb intf no" … … 181 185 \&\*(L"\s-1FBS\s0\*(R" (default) for the normal file browsing service, 182 186 \&\*(L"\s-1IRMC\s0\*(R" for \s-1IRMC\s0 synchronisation and 183 \&\*(L"S45\*(R" when connecting to a Siemens S45or187 \&\*(L"S45\*(R" when connecting to a Siemens Mobile phone via cable or 184 188 \&\*(L"\s-1SHARP\s0\*(R" for \s-1PCSOFTWARE\s0 \s-1UUID\s0 with Sharp devices. 185 189 .IP "\fB\-H\fR, \fB\-\-noconn\fR" 4 … … 205 209 .Sh "Sending And Retrieving Files" 206 210 .IX Subsection "Sending And Retrieving Files" 211 .IP "\fB\-o\fR \fIpath\fR, \fB\-\-output\fR \fIpath\fR" 4 212 .IX Item "-o path, --output path" 213 Specify the target file name, overriding the implicit local name from \fB\-\-get\fR 214 or the implicit remote name from \fB\-\-put\fR 207 215 .IP "\fB\-g\fR \fIsource\fR, \fB\-\-get\fR \fIsource\fR" 4 208 216 .IX Item "-g source, --get source" … … 222 230 .IX Item "-X, --capability" 223 231 Retrieve the capability object from the mobile (if available). 232 .Sp 233 Probe and report device characteristics 224 234 .IP "\fB\-x\fR, \fB\-\-info\fR" 4 225 235 .IX Item "-x, --info" -
trunk/doc/obexftp.1.txt
r127 r164 31 31 discoverd automatically if this option is not used. 32 32 33 -d *no/address*, --hci *no/address* 34 Use the bluetooth device referenced by number or address as source 35 device for the connection. 36 33 37 -u *intf no*, --usb *intf no* 34 38 Connect to this usb interface or list all available usb interfaces. … … 45 49 "none" needed by some Nokia mobile devices, "FBS" (default) for the 46 50 normal file browsing service, "IRMC" for IRMC synchronisation and 47 "S45" when connecting to a Siemens S45 or "SHARP" for PCSOFTWARE48 UUID with Sharp devices.51 "S45" when connecting to a Siemens Mobile phone via cable or "SHARP" 52 for PCSOFTWARE UUID with Sharp devices. 49 53 50 54 -H, --noconn … … 69 73 70 74 Sending And Retrieving Files 75 -o *path*, --output *path* 76 Specify the target file name, overriding the implicit local name 77 from --get or the implicit remote name from --put 78 71 79 -g *source*, --get *source* 72 80 Retrieve files from mobile. … … 84 92 -X, --capability 85 93 Retrieve the capability object from the mobile (if available). 94 95 Probe and report device characteristics 86 96 87 97 -x, --info
