← 返回命令列表

Linux command

obexftp 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List files on device

obexftp -b [device_address] -l [/]

Download file

obexftp -b [device_address] -g [remote_file]

Upload file

obexftp -b [device_address] -p [local_file]

List paired devices

obexftp -s

Use USB connection

obexftp -u [device] -l [/]

说明

obexftp transfers files via OBEX protocol. Supports Bluetooth and USB. The tool enables file exchange with mobile devices. Part of OpenOBEX.

参数

-b _ADDRESS_
Bluetooth device address.
-u _DEVICE_
USB device.
-l _PATH_
List directory.
-g _FILE_
Get/download file.
-p _FILE_
Put/upload file.
-s
Search for devices.
--help
Display help information.

FAQ

What is the obexftp command used for?

obexftp transfers files via OBEX protocol. Supports Bluetooth and USB. The tool enables file exchange with mobile devices. Part of OpenOBEX.

How do I run a basic obexftp example?

Run `obexftp -b [device_address] -l [/]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -b _ADDRESS_ do in obexftp?

Bluetooth device address.